Questions tagged [here-maps-rest]

259 questions
1
vote
1 answer

Address in autocomplete results

When I do an autosuggest request in the address response I only receive the label. The address object is not filled. This is my request:…
dalton5
  • 915
  • 2
  • 14
  • 28
1
vote
1 answer

Determine SegmentId from lat/lng

Is there a way to retrieve the segmentID from a specific position (lat/lng)? I need the segmentID for the routing API in avoid[segments] I tried reverse geocoding, but I could not find any information to obtain the…
gerald
  • 11
  • 1
1
vote
0 answers

Here-Maps Autocomplete return incorrect results for Postcodes

we uses the Here-Technologies REST-API (Geocoding & Search API V7) for Autocomplete. As example is I search für "Arnhem" we will get a correct result for Arnhem (NL). But when we search Postcodes the results are not very good. Here I have two…
1
vote
0 answers

How to influence Here Maps autosuggest results

We are using the Autosuggest API to autocomplete user requests for regions. When searching for "Nordsee" (North Sea in German) …
bort
  • 53
  • 7
1
vote
1 answer

What's happened to the "href" property in search v7 results?

The Places API used to have an href property that linked to a HERE page for the associated result, so it was easy to use it for attribution. This screenshot shows the field (towards the bottom of the result) for a search result from the places…
Uche Ozoemena
  • 816
  • 2
  • 10
  • 25
1
vote
0 answers

I need to check if marker is in cluster or not using Here Maps

I want to check if my marker is clustered or not to change the zoom level. I'm using here Maps and jQuery. Please I need help. .
1
vote
1 answer

Is there any way to show position coordinates on actions in HERE MAPS ROUTING v8?

I'm making the switch to the new ROUTING API v8 and I saw that it no longer returns position coordenates in the actions. Here is how the coordinates were returned in V7. {"position":{ "latitude":43.3362329, …
1
vote
1 answer

Here Maps: How to get routeId from Here fleet telemetry api?

I calculate a route using the Here Fleet telemetry APIs and after that, I want to Navigate to the same route which calculated earlier. so, Is that possible to get the routeId from the fleet API and then call the getRoute endpoint to fetch the…
H_H
  • 1,460
  • 2
  • 15
  • 30
1
vote
0 answers

Here Maps Blank Squares Unauthorized

When loading hear maps on our site some of the squares are blank and then looking at the url for the square the following is returned error: Unauthorized error_description: This is not a valid app_id and app_code pair. Please verify that the values…
mark ellis
  • 11
  • 1
1
vote
0 answers

HERE Maps URL not being decoded

I'm trying to make a query to Here Maps API with JavaScript to calculate a route with waypoints, where the waypoints are of type "passThrough", the actual produced URL is (I just removed the API…
ManKino
  • 47
  • 4
1
vote
0 answers

How to use lineString of coordinates in HERE map?

I have a linestring of coordinates: "coordinates": "12.116821,55.7218827 12.11652,55.72172 12.11607,55.72143 12.11567,55.72115 12.1152,55.72081 12.11495,55.72061 12.11463,55.72031 12.11435,55.72003 12.11409,55.71975 12.11397,55.71959…
showtime
  • 1
  • 1
  • 17
  • 48
1
vote
1 answer

How to fetch results from an offset when the API doesn't support offset (HERE Maps API)

I have a search functionality that gets data from HERE API's Search endpoint. I maintain records of each search's results so I can add metadata that I need for my own purposes and also so I can provide results without always going back to HERE API.…
Uche Ozoemena
  • 816
  • 2
  • 10
  • 25
1
vote
0 answers

Bug: POI picture heremap api differences between api code and apikey

I try to get image of the POI with heremap api? When I try by apicode I have the medias retrieved: When I try with the url for apiKey and I do not change anything other parameter it retrieves no medias. Is it a bug? Thanks,
dalton5
  • 915
  • 2
  • 14
  • 28
1
vote
0 answers

Problems with getRoutingService().calculateRoute parameters

I am looking into the HereMaps as a possible map provider for our company and am having difficulty with the return params for calculateRoute. I am trying to get the route instructions to be returned from the endpoint but it fails when trying to do…
1
vote
2 answers

Here Maps - What HTTP status code does it return when API Quota was exceeded?

I am developing an app which uses the distance calculation of HERE maps API... I am preparing for the case when the API doesn't return what my app expects (correct response including distance infos). So I want to be prepared for the case the API…
skm
  • 559
  • 1
  • 6
  • 22
1 2
3
17 18