Questions tagged [here-maps-rest]
259 questions
0
votes
1 answer
How to translate station codes into HERE API Transit IDs?
As you'd expect the HERE Transit API uses unique IDs for Travel Operators, Bus Stops, Rail Stations, etc.
As in other countries the UK already has an established system for these IDs in the form of ATOC Codes for Operators, NaPTAN Codes for stops,…

Mikey
- 31
- 5
0
votes
1 answer
Here Maps Traffic REST API - Roadways to Lat Lon Location
I'm relatively new to using HERE maps so I apologize in advance if I'm a little off base here. I would like to use the Traffic API and need to somehow get lat lon data to plot on a map.
The request url I am…

Kevin Maxey
- 1
- 1
0
votes
1 answer
HERE Maps Satellite Tiles not showing address on the Map like BING Maps Do
In the BING maps, the ‘Aerial’ view used to show the satellite view. In the HERE maps, the ‘Aerial’ view shows the satellite view too but not showing addresses. See example below:

Irshad Ahmed Akhonzada
- 1,340
- 13
- 23
0
votes
2 answers
How to get full address from latitude and longitude on HERE MAP iOS
I want to fetch full address by latitude and longitude in here map iOS premium sdk.In Android, I see there is the option to fetch address by latitude and longitude with ReverseGeocodeRequest but I did not find anything for iOS.
Currently, I am…

A.T
- 105
- 3
- 13
0
votes
1 answer
How to hide H.map.Layer in here map?
I have added layer in map as follows
clusterLayer = new H.map.layer.ObjectLayer(clusteredDataProvider);
map.getLayers().add(clusterLayer);
Now I want to hide/show layer on click of button. How can I achieve this ?

UnmeshD
- 159
- 2
- 11
0
votes
1 answer
Here Maps autocomplete geocode has some strange issue with language translation
Using the here maps autocomplete.geocoder.api v6.2 and passing &language=en parameter, a search returns results with the "label" instead of English language with French language.
This is GET endpoint I'm calling with all the other parameters i…

user3931314
- 109
- 8
0
votes
2 answers
HERE maps api (js) problem after traveling back from another link
I'm building an app with ruby on rails and I just implemented a map service with the 'HERE interactive maps' API in the view, with the javascript code.
It works properly but if I click on a link and then use the browser 'go back', when it reload…

manuel
- 1
- 3
0
votes
0 answers
NavigationManager.StartNavigation return INVALID_PARAMETERS
I'm using HereMaps Sdk for navigation and route calculations.
When I try to start a navigation or simulation I get error from INVALID_PARAMETERS...
I can not identify the problem to be able to solve.
I already have my routes configured and my map…
0
votes
1 answer
Can position accuracy indicator be animated in here maps?
I am implementing a scenario where I am trying to animate map accuracy indicator surrounding the position indicator using here maps
It should animate like ripples along the route with position indicator
But could not find any interface in HereMaps…

Alvin
- 1
0
votes
2 answers
Here-Maps Android SDK not having WaypointParameterType to add as waypoint
I am using Here Android SDK for Navigation, I am planning a route which has around 100 waypoints b/w source and destination.
So i am adding waypoints for the RoutePlan as
routePlan.addWaypoint(new RouteWaypoint(new GeoCoordinate(XXXXXXXXXXX, …

Rakshith R
- 3
- 2
0
votes
1 answer
In Here-API how do we show downloaded region package NMAMapLoader in MapView?
I downloaded and run map-downloader-ios-swift (https://github.com/heremaps/here-ios-sdk-examples/blob/master/map-downloader-ios) project and it worked well. After finished download 1 region package, how do we show that region in mapview without an…

Imanuel Pardosi
- 311
- 1
- 5
- 13
0
votes
1 answer
Backend Calculated Route,Here-API to just show Guidance and route on Map
I have a back-end service where the route calculation is done and I will be using here-api to display the calculated route on map and start guidance, Can I know the API which can be used for this purpose ?
I have gone through, Here-API where I see…

Rakshith R
- 3
- 2
0
votes
1 answer
Is there a option to use gradient as fillcolor in geoShapes?
I need to use a gradient as fill color in an geoShape on a here map.
Is there any option to do this?
if i use something like this:
// init HereMap
let platform = new H.service.Platform({
'app_id': '111',
'app_code': '111-111',
…

Matthias
- 15
- 3
0
votes
1 answer
How to pause voice guidance in heremaps for a period of time in android SDK?
I am working on a scenario where I will have to pause here maps voice guidance (android SDK) for sometime and provide my own audio using Google tts.
Currently it works with a delay of few s
e.g : if there are 4 voice instructions from here maps ,…

Alvin
- 1
0
votes
1 answer
How to get HERE indoor positioning sdk to run properly?
I tried following the steps to run the indoor positioning example from:
https://github.com/heremaps/here-android-sdk-examples/tree/master/positioning-venues-and-logging
Upon running the app, it get's stuck on "Waiting for position fix" screen. How…