python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Does HERE map getRoutingService() v8 return list of coordinates?
I am using HERE maps to calculate routes but I use Google maps to display the route. In v7 getRoutingService used to return
result.response.route[0].shape
which is an array of coordinates which I pas...
showtime
Votes: 0
Answers: 1
get a list of locations for indoor routing
I'm trying to add indoor routing to our HERE map. I'm trying to use the example from the sample site to start with. However I don't know the longitude and latitude of the rooms in our building, or the...
Maurice
Votes: 0
Answers: 1
HERE REST API - React/Typescript - OAuth Signature mismatch
I am trying to implement the OAuth authentication for HERE REST API following this documentation: https://developer.here.com/documentation/identity-access-management/dev_guide/topics/sdk.html
My probl...
woccelli
Votes: 0
Answers: 1
How to filter the HERE API V7 reversegeocode api to by resulttype?
I am applying the migration of HERE geocoder API from v6 to v7.
My requirement is to fetch the available cities around the selected address by radius.
In v6 I have achieved this by using the below obj...
Madhuri
Votes: 0
Answers: 1