This is the tag for information about the HERE Maps application sdk for the Android platform developed by HERE Technologies. HERE Maps is a mapping software SDK. Use this tag to ask questions related to HERE Maps into your Android mobile apps.
Questions tagged [heremaps-android-sdk]
94 questions
5
votes
3 answers
Android Here Maps set api keys programmatically
I am using Here maps Premium SDK 3.15 and in the documentation, it says to set id, token, and license in the android manifest file. I set id, token, and license in build.gradle as a manifest placeholder and put in Android.manifest like below.
…

bkaancelen
- 163
- 2
- 11
3
votes
1 answer
Request routes for emergency vehicles using HERE Android SDK Premium Edition
Is there a way to get routes for EMERGENCY_VEHICLES directly using the Android SDK Premium Edition? Ive read these links and still dont understand how to do…

dariovaz
- 31
- 4
3
votes
3 answers
Here SDK Android resize on layout changes
We are having hard times to smoothly resize a here SDK map on Android.
We want to smoothly resize the map to the bottom sheet collapse and hidden state as shown in
But as you can see it does not really resize instead its jumps to the new position…

Alexander Knauf
- 101
- 9
2
votes
1 answer
Find nearest exit while rerouting navigation in a restricted road using here maps
I am using here maps android sdk premium version for map navigation in my android app.
I have successfully implemented here maps navigation. While navigating, if I go out of route then reroute calculation occurs and new route to given destination is…

Ujjwal Jung Thapa
- 604
- 2
- 8
- 31
2
votes
2 answers
Android SDK Route Navigation Customization
hello i'm trying to customize here navigation inside my app
is it possible to change the thickness of the route line inside the nav (
similar thread Android HereMaps SDK Route Line Thickness?
)?
is it possible to change the maximum/minimum zoom…

orestis gounalakis
- 51
- 4
2
votes
0 answers
set zindex for map objects in here maps android
I am trying to setzindex of some map objects in here maps using here maps premium android sdk.
My problem is I have set navigation route and along those route I want to show truck restrictions.
I tried changing setzindex of the maproute object but…

Ujjwal Jung Thapa
- 604
- 2
- 8
- 31
2
votes
2 answers
Here Premium Android SDK - Duplicate class a.a.a.a found in modules jetified-HERE-sdk-runtime.jar
Not sure how to fix this issue but it's throwing alot of duplicate class errors
Duplicate class a.a.a.a found in modules jetified-HERE-sdk-runtime.jar
I've follow the…

DIRTY DAVE
- 2,523
- 2
- 20
- 83
2
votes
1 answer
Here Maps Android SDK position indicator rotation
I am using HERE MAPS PREMIUM SDK for my application. I need my current location icon to be rotated as the direction changes. Similar to Current location indicator in other maps. Since HERE SDK doesn't have default method to it, I am using following…

Prasanna B
- 21
- 4
1
vote
1 answer
Hide map objects temporarily in Here Navigate edition
Previously in the Here maps Premium edition you could toggle the visibility of a map object via mapObject.isVisible. There seems to be no such property in the new Navigate edition, so are we supposed to completely remove/add them each time we want…

sunilson
- 1,449
- 15
- 31
1
vote
1 answer
Retrieve map objects from map after migrating from Premium to Navigate edition
Previously in the Premium edition you could retrieve all objects on the map via map.allMapObjects but now in the Navigate edition there seems to be no way to do this. All you can do is add and remove objects to/from a scene. Does this mean I have to…

sunilson
- 1,449
- 15
- 31
1
vote
0 answers
Android/Java: HereMap Cant download Map w/ Class: I/Choreographer: Skipped 1390 frames! The application may be doing too much work on its main thread
I try to download the map of HereMap to use it offline, but when I create a class for this Here Map download, it initialized well, but the download is not starting...
The error message is:
I/Choreographer: Skipped 1390 frames! The application may…

ΩlostA
- 2,501
- 5
- 27
- 63
1
vote
1 answer
navigation icon here maps is missing during Turn by Turn Navigation in HERE SDK
When the application is opened, sometimes the pointer will be displayed and sometimes not.
In the case where a pointer is displayed , when we navigate to another screen (Activity/Fragment) and come back to the Map screen, the pointer will disappear.…

Pranav Chaturvedi
- 11
- 1
1
vote
0 answers
Got error 403 (Forbidden) when importRoute using Here Android SDK
I'm trying to import a list of Location to calculate the route (using Here Android SDK). However I always got error: (403) Forbidden.
Here SDK's guide:…

BladeMaster
- 11
- 1
1
vote
0 answers
Offline Maps HERE-SDK - offline search and navigation
I am using HERE-Android-SDK to build a simple navigation solution with offline maps.
While using the offline mode for the search addresses and calculation of a route, I can see that there are results returned from the address-search, which are not…

Andreas Fink
- 11
- 1
1
vote
1 answer
Can't set map padding in Here Flutter SDK
In previous versions of Here sdk there was always a function to setup padding. It allows overlapping map with app ui and still centering objects like polyline and polygons inside visible map part.
I can't find similar property in flutter sdk. Is…

obiwanzenobi
- 83
- 5