Questions tagged [here-maps-rest]

259 questions
0
votes
1 answer

How many times vehicle passes on same route

Can we define how many times vehicle should pass on a same route? Basically we need an API in here maps where we can configure/define how many times a vehicle should pass on a same route?
0
votes
1 answer

Do we have a sanbox for HERE Map Feedback API

Am I right that for developers' purposes: testing and actual development we just need to use credentials posted here https://developer.here.com/documentation/examples/rest/map_feedback/place-details-feedback? E.g we do not have any special endpoint…
vadym1930
  • 66
  • 6
0
votes
1 answer

How to translate OSM node ids to HERE node ids?

I have part of an OSM way between two OSM node ids 5264306189 and 5264306190 (taken from openstreetmap) as you can see in the image below. What would be the equivalent node ids, or what is the right way to translate/represent this in a HERE map and…
Antonio Gomez Alvarado
  • 1,842
  • 2
  • 13
  • 24
0
votes
1 answer

How to request for new traffic information using Route Handle (Here Routing API V8)

Currently I am referring to this document (https://developer.here.com/documentation/routing-api/api-reference-swagger.html) and am able to send request to calculate Route by giving route Parameters as shown below: // Get an instance of the routing…
H123
  • 11
  • 2
0
votes
1 answer

HereMaps javascript API displaying minor_roads at zoom level 12

I would like to show minor_roads(residential) at zoom level 12. However, it appears that by default (vector tile) data source doesn't include minor roads at 12. I tried to set road width for zoom level 12 but it doesn't appear to…
0
votes
1 answer

searching address (geocode.search.hereapi.com) weird behavior

I'm using https://geocode.search.hereapi.com/v1/geocode?q to search for address in USA. When I give q=765 Rive I get lot of address but the moment when I give 765 River My results are very restricted and I get only very less responses and which does…
0
votes
1 answer

Incorrect work of autocomplete with Cyrillic

When sending a request to https://autocomplete.geocode.ls.hereapi.com/6.2/suggest.json?query=Вильнюс with an indication of cyrillic nothing comes and with a latin https: //autocomplete.geocode.ls.heraapi.com/6.2/suggest.json?query=Viln all is well.…
0
votes
0 answers

here maps fleet api not working, How i can get the alternative route intead of an error?

im triying to get the toll cost from a route and its giving me the most of the times an error. I think its the height but previusly, the route chosed other route but now, throws this error instead of show an alternative route. Couldn't reach way…
0
votes
0 answers

REST API Key expires roughly after an hour

Each time I create a REST API Key it shows as expired after approx 1 hr. This keeps happening although I have verified my account email.
0
votes
1 answer

How to find geometry/shape of a Here Maps Link Id

I have a list of Here Maps link Ids. I want to get their geometries. I tried calling v7 calculateroute REST API, passing a single link_id in waypoint0 and waypoint1 as…
Rishav Raj
  • 11
  • 1
0
votes
1 answer

Here API does not show public transit for given route

I am trying this URL straight from documentation, and it works fine, showing a route consisting of walkable sections as well as sections to be plied by public…
SexyBeast
  • 7,913
  • 28
  • 108
  • 196
0
votes
2 answers

Can I Use Infobubble with mouseover and mouseleave in here map

I am facing issues using infobubble with mouseover and mouseleave. I want show info window on mouseover and close info window on mouseleave in here map.
0
votes
1 answer

here-api, cant get the off-street parking api to work

I registered to here rest api's and I succeeded to get the bearer token. from some reason, when I try to create http request to "https://parking-v2.cit.cc.api.here.com/parking/facilities.json" with the right parameters and the token, I get the…
Dror T
  • 221
  • 2
  • 9
0
votes
1 answer

here maps API for Batch Reverse Geocode Locations returns SuccessCount 0 on completed jobs everytime

What we are trying to achive Get Geocoordinates for Multiple Addresses as per https://developer.here.com/documentation/batch-geocoder/dev_guide/topics/quick-start-batch-geocode.html Environment We are using the latest HERE Batch Geocoder API as of…
nvhdab
  • 85
  • 7
0
votes
1 answer

HERE Maps REST API - rotation of tile labels

I'm using REST API provided by HERE Maps to display a map inside an application. As I'm not using any SDKs provided by HERE, I'm forced to fetch map tiles and render them using react-native-maps (custom tiles). What…