Questions tagged [here-maps-rest]
259 questions
1
vote
2 answers
Why do network calls from Here We Go browser provide different results compared to Here-API?
I called the following http request to the Geocoding endpoint of the Here API, with a free form address entry and language parameters, such as:
https://geocode.search.hereapi.com/v1/geocode?q=Tubdispanser+2+Belarus&lang=en-US&apiKey={API_KEY}
The…

user13817905
- 13
- 3
1
vote
1 answer
Authenticating for findsequence service requests HERE Maps API
I'm attempting to make a GET request from the HERE Maps API service FindSequence. I noticed that in the docs, it includes three authentication parameters: app_id, app_code, apiKey. The docs insinuate that there is an option to use an app_id and…

Adam Kolkman
- 132
- 1
- 11
1
vote
2 answers
Routing API v8 : How is 'baseDuration' estimated?
I'm using Routing REST API V8 to collect travel time data. I understand that the difference between 'duration' and 'baseDuration' is traffic consideration. How is 'baseDuration' being calulated?
My guess is that it is some kind of free-flow travel…

Jose Rivera
- 11
- 1
1
vote
1 answer
REST request for parking/fueling error: "The request is missing the app_id and app_code parameters."
When I am trying to make a request to parking or fuel location endpoints using an apiKey I generated on my HERE account, HERE gives me a 200 Status, but it responds with the following:
The request is missing the app_id and app_code parameters. They…

Michael
- 11
- 1
1
vote
1 answer
429 error in here maps API calculateroute.json
I'm using calculateroute.json api, but now is 3 day, when I get {"issues":[{"message":"Too many requests, please try again after some time"},{"message":"Request id:…
1
vote
1 answer
Qt Qml Map with HERE plugin how to correctly authenticate using here.token
I'm struggling to authenticate in HERE plugin. I'm using windows 10 with Qt 5.9.1 Mingw 32bit and my app is almost all written in c++. The only part Where I use QML is about the map. I want to use the HERE plugin, but I am a newbie with QtLocation…

Salvo
- 286
- 2
- 20
1
vote
1 answer
Oauth HMac Signature Generator for HERE map
I want to use HERE map api's in my project.
As per their document, I need to use generate the signature first using Oauth 1.0 HMAC-256.
I am following below AAA sdk by HERE map…

Nagendra Nigade
- 866
- 2
- 12
- 28
1
vote
2 answers
HERE API - how to extract all the information about road based on GPS coordinates
I need to get as much info as possible based on GPS - road type, interaction or not, etc.
What is the right way to get it?
I've seen this question and answer
HERE maps - getting road type based on gps coordinates
but the provided link doesn't work…

mzhenirovskyy
- 71
- 6
1
vote
2 answers
Leaflet map is going blank when zooming more than 18
I'm using leaflet and her maps API, the problem is when I zoom more than 18x, the map goes blank. I added the maxNativeZoom but no success. the max zoom supported by here maps is 20 (source : docs online)
const here = {
…

YSN BRYAN
- 15
- 6
1
vote
2 answers
Is Geovisualization API compatible with JavaScript 3.1 SDK?
it seems that the Geovisualization is not compatible with the JS Framework 3.1 of your mapping SDK. Are you planning on updating it ?
Or can you provide a replacement ?
Here is the link to the doc used:…

Abdou
- 97
- 1
- 6
1
vote
1 answer
How to access the next list of results in Here Maps API PlacesResponse?
I've been using the Herepy package for using the Here Maps API on python and I finally managed to get some of the results. I'm having a hard time accessing the next page of results in the PlacesResponse I got.
Code:
response =…

AminoAcid
- 188
- 9
1
vote
1 answer
HERE Maps REST API transactions limit freemium
anybody knows, can I get all my 250K REST API transactions in one day in HERE Maps? (Freemium account allows 250K pro month). Thanks in advance

Julia Koncha
- 85
- 1
- 12
1
vote
0 answers
How to disable 3D building view in maps using HEREMAPS in react?
const initMap = React.useCallback(defaultLayers => {
let lat = -6;
let lng = 100;
let zoom = 20;
areaMapRef.current = new window.H.Map(
mapContainerRef.current,
defaultLayers.vector.normal.map,
{
zoom,
…

Hafizan Adlirachman
- 49
- 1
- 3
1
vote
1 answer
HERE Maps: Realtime coverage for public transit API
Does anyone manage to get real time information from the HERE Maps Public Transit API?
Inputting coordinates for Central Station (Sydney, Australia) to Circular Quay Station using simple routing like…

user4884072
- 81
- 3
- 10
1
vote
1 answer
Is navigation possible using javascript in here maps?
I was developing a dynamic map in which we can create geofences, location searches and routing, but I couldn't find any navigation using HERE Maps JavaScript API? Does any one know how to do so?

Harsha
- 74
- 1
- 10