Skip to main content

Questions tagged [heremaps-android-sdk]

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.

heremaps-android-sdk
0 votes
1 answer
40 views

Signature mismatch. Authorization signature or client credential is wrong with Android

I am following this tutorial to fetch the auth token for the HERE maps. I am able to fetch the token with my iOS app, However I cannot seem to get the token with Android. I keep getting the error ...
user2574903's user avatar
0 votes
0 answers
25 views

Change MapView padding (to avoid being hidden under a bottom sheet)

I'm showing a bottom sheet on top of MapView. I want to push the map center, and apply bottom padding to MapView according to bottom sheet height. Any thoughts on how to do that?
Soheib Bettahar's user avatar
0 votes
0 answers
27 views

Here Map Marker Click issue with debuggable:false in Android

With the Latest sdk release from HERE map we are able to perform click on marker only when we set debuggable true in our App settings. App is working fine in Debug mode as we set debuggable true in ...
Jatinder's user avatar
2 votes
0 answers
122 views

HERE SDK Android Navigate Edition, cannot find the speed limit/speed zone of the road in Tracking mode (i.e without a route)

protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); initializeHERESDK(); herePositioningProvider = new HEREPositioningProvider(); ...
Amit Gupta's user avatar
0 votes
1 answer
112 views

HereMap Explore SDK - GetETA

We started building our mobile app a while ago when the premium SDK was still maintained. Now Here decided to deprecate that SDK and we must switch to another one. However we were using the Turn-By-...
Sixk's user avatar
  • 1
0 votes
1 answer
310 views

Here Maps Android SDK v4 Explore Edition: Map marker visible from certain zoom level

In Here Maps Android SDK v4 Explore Edition I don't see a way to add map markers that are visible only from certain zoom level on. Do I overlook something? In Here Maps Android SDK v3 Premium Edition ...
wuestenwal's user avatar
1 vote
1 answer
54 views

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 ...
sunilson's user avatar
  • 1,469
1 vote
1 answer
29 views

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 ...
sunilson's user avatar
  • 1,469
0 votes
1 answer
98 views

Get Coordinates from Safety cameras in Here Sdk (navigation edition)

I'm trying to get the coordinates of the safety camera to display the remaining distance to the camera (the here app do this) I'm adding this listener to the visualNavigator visualNavigator....
Javier's user avatar
  • 1,632
0 votes
2 answers
534 views

Android/Java: How to inherit from a class into an activity that extends AppCompatActivity?

I am quite new to Android, and I don't know how to inherit from the class 'HereMapClass', in my case, into an activity 'HereMap' that extends AppCompatActivity? I think there is code in double, the ...
ΩlostA's user avatar
  • 2,571
1 vote
0 answers
56 views

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/...
ΩlostA's user avatar
  • 2,571
0 votes
1 answer
443 views

How to Cluster two markers on a particular distance in HERE SDK maps with Flutter?

When we tried to show the cluster from array of markers, it works but when we zoomed out a lot but want to show it on a particular distance. We mean, if we zoom out then instead of showing the whole ...
Aryan Agrawal's user avatar
0 votes
1 answer
91 views

Route calculation is not accurate while importing route from a list of points - HERE SDK for Android/iOS(Premium Edition)

We're trying to use CoreRouter.calculateRoute(List<GeoCoordinate>, RouteOptions, Listener) method as documented here to calculate a route from a list of points. The list of points is from a GPX ...
Steve Yao's user avatar
0 votes
0 answers
62 views

HERE map is Overlap my Material App in Flutter

body: GetBuilder<InitialScreenController>( builder: (logic) => SafeArea( child: Column( children: [ Expanded( child: Stack( ...
Aakash Siddhpura's user avatar
1 vote
1 answer
266 views

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 ...
Pranav Chaturvedi's user avatar

15 30 50 per page
1
2 3 4 5
7