Questions tagged [here-android]

9 questions
1
vote
1 answer

Unexpected token while using EnumSet

I'm using HERE MAPS SDK PREMIUM V3.18.3 and I'm trying to get truck routing with routeOptions.truckShippedHazardousGoods = RouteOptions.HazardousGoodType.COMBUSTIBLE This gives an error stating: Type…
0
votes
1 answer

Unable to use API call in HERE SDK (Android)

I am trying to use the HERE SDK Explorer Edition for Android and I need to make an API call to the HERE routes API. The API call itself works in the web browser, but I get "Routing error: 1, exception: Requested resource not found, error code: 404"…
Todd
  • 15
  • 2
0
votes
2 answers

Here Routes SDK - How do I add a GeoPolygon to the AvoidanceOptions in order for the route to ignore certain specified areas when being calculated?

I am using the explorer edition of the Here Routes SDK for Android. I am trying to add customizable polygons to a list of areas in which the route must avoid when being calculated. I tried using avoidanceOptions.addAvoidArea(), but the method is not…
Todd
  • 15
  • 2
0
votes
0 answers

Here Flutter (Explore) SDK: some tiles won't load

I'm having an issue where Here Flutter (Explore) SDK won't load certain tiles when programmatically controlling the camera. After zooming out and panning around manually, the tiles do load. However, it doesn't seem to be a transient issue, and it is…
Riwen
  • 4,734
  • 2
  • 19
  • 31
0
votes
1 answer

Calculating the route using the HERE OfflineRoutingEngine based on geocoordinates

I need to show the Trip route on the map. To calculate a route based on an imported GeoCoordinates list, I've used the HERE SDK's OfflineRoutingEngine class. The problem is that the route returned by the calculateRoute function resembles a…
0
votes
1 answer

HERE-sdk.aar missing the RoutingEngine class

I'm trying to use the HERE SDK FOR ANDROID (PREMIUM EDITION) SDK version 3.18.3 for routing/directions. I am using this method to get a route. I can not get the RoutingEngine class to import from the HERE-sdk.aar I did doublecheck the file,…
0
votes
2 answers

How do I register a second android app in HERE freemium or change the name of my first app?

Last year I created a Freemium account with HERE and managed to create an access key id and secret and amazingly it all works. I have since updated the app and given it a new name and now the maps don't work, even with the second set of keys I…
tcs1752890
  • 11
  • 1
0
votes
0 answers

Here Maps Premium SDK works on Android Auto?

HERE-maps premium sdk works with Android Auto sdk? I`m developing a feature just to mirror my maps in car but always get the same error: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Context…
0
votes
1 answer

How to change the language of the navigation voice of the HERE sdk depending on the language of the phone

I am using the HERE sdk to make a navigation application. What I want to achieve is to put the language of the navigation voice in the language in which the mobile phone is, for example, if the language of your phone is in English, the instructions…
UyerBit
  • 71
  • 6