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.

94 questions
0
votes
1 answer

Is there a way to animate the HERE Android SDK marker movement on the map?

I am trying to animate MapMarker object movement between two point on the map. This is line that sets new position but without animation. marker.setCoordinate(new GeoCoordinate(lat, lon));
Vuk Pekez
  • 80
  • 1
  • 5
0
votes
0 answers

Android/Java: "error: cannot find symbol import com.here.android.mpa.mapping.SupportMapFragment;"

I just install the new version of HereMap, and impossible to run my app that worked perfectly before. The message is: error: cannot find symbol import com.here.android.mpa.mapping.SupportMapFragment; symbol: class SupportMapFragment location:…
ΩlostA
  • 2,501
  • 5
  • 27
  • 63
0
votes
1 answer

Heremap AndroidXMapFragment back press handling

I work with HERE map Android SDK and with its AndroidXMapFragment. I add map fragment to my fragment container in the next way: appActivity.getSupportFragmentManager().beginTransaction() .replace(R.id.fragment_container, hereMapFragment,…
0
votes
0 answers

Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP)?

Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP) with the following requirements : We are trying to explore Indoor mapping implementation for an office building. Can you please confirm if the following use…
0
votes
1 answer

How to avoid making multiple instances of heremapslite at once?

I am using heremapslite api for android , recently upgraded into 4.4 , where this Runtime exception started coming up java.lang.RuntimeException: Only one MapViewLite instance can be created at a time The real issue is that , when ever i have to…
Harsh
  • 363
  • 4
  • 14
0
votes
1 answer

Solution To Use Avoid Area For Android Here Map Mobile SDK

I am using here map mobile SDK for navigation for Android. Now I want to use avoidareas functionality. It is working in JS but not in Android. So if anyone have idea about this, your help would be really appreciated. Reference URL :…
0
votes
1 answer

App Freezes while Here Maps Engine is initialized in a child fragment

I am using HereMaps to display a map in a child fragment that is in a ViewPager2. But as the map is being initialized, the app freezes momentarily until the map is either initialed or fails. Once the maps is done initializing, I am then able to…
user-44651
  • 3,924
  • 6
  • 41
  • 87
0
votes
1 answer

NullPointerException after com.here.android.mpa.mapping.MapView.onLayout

Seeing this in the wild in our application, but cannot reproduce on the bench. Stack trace below. Asking here because this seems to be the primary support forum for HERE maps. I haven't been able to find anything on the HERE maps website or other SO…
Yann
  • 1
0
votes
1 answer

HERE Maps Starter SDK geoLocation of bounds of Visible Map

How can I tell if a GeoLocation position is in the visible area of map? Or how can I get the GeoLocations of the boundaries of the visible portion of the map.I am using the HERE SDK (Starter) for Android.
jrisch
  • 132
  • 1
  • 9
0
votes
1 answer

Could not reach HERE server during a Route query at runtime

On April 14, 2020, Our Android app suddenly became unable to obtain routes from HERE api. The network timed out with messages that we could not reach v151-91-30-0.route.hybrid.api.here.com Our app could authenticate to HERE to query road data but…
Tim
  • 11
  • 1
0
votes
0 answers

HERE MAP API issue with Android Native SDK

I have ingrate the HERE MAP Android native SDK in my app, and i getting the following issue, can any one help me. 1.) Here Map very first time loading issues, but when i close or kill the app and again re-start it then it is working fine. private…
Vikas S Singh
  • 1,748
  • 1
  • 14
  • 29
0
votes
0 answers

Many crash reports with android lite sdk from here api last version

with the new lite android api library I get the following crash report data from Google Play Console on many customers using my application (last library version 4.1.5) : java.lang.RuntimeException: at android.os.Parcel.readByteArray…
-1
votes
1 answer

What is the best way to implement Here SDK for React Native apps (iOS and Android)?

Is there an existing React-Native library to implement Here maps and navigation, or do I have to implement the Here SDKs natively for both platforms?
-1
votes
1 answer

NullPointerException in Preconditions.java

We use firebase crashlytics to monitor crashes in production and since updating to 3.18 we are getting this error in production(release), this never happens in development. I think the error is in Here's source code because I have a null-check…
dariovaz
  • 31
  • 4
-1
votes
1 answer

What does "Assets per month" in HereMaps pricing mean?

The pricing page https://developer.here.com/pricing#plan-details for HereMaps contains the term "Assets per month" for the freemium plan. I could not find any hint what this means? Could someone explain me what an asset is for Heremaps and when do I…