Questions tagged [here-maps-rest]
259 questions
0
votes
1 answer
Opacity in HERE Map Image API
I am trying to change the opacity of the polygon fill when using the Region Resource from the HERE Map Image API.
Has anyone been able to get this right?
The resource documentation does not mention opacity anywhere. The only options available to…

Jacques Snyman
- 4,115
- 1
- 29
- 49
0
votes
1 answer
Cannot display real-time traffic on selected route in Here maps
I am trying to display real-time traffic information on Here maps along my route. However it doesn't seem to be showing up on the route that I have selected but it shows up in other places. Could someone shed some light on this issue? I have also…

vish
- 1
- 1
0
votes
1 answer
here api deep linking by routeId
I'm generating and storing a route using the HERE api.
I would like to create a link to share the route, using the stored routeId.
Is this possible?

gibo
- 527
- 2
- 5
- 22
0
votes
2 answers
get json data and pass to PHP string (Here Maps api)
I am having difficulty getting information from the Here Maps API (which deals with JSON). I am trying to convert the JSON to a string so it can be saved in a database.
Latitude and longitude is most important for my project.
$endereco = 'Rua Canapi…

DiBritto
- 5
- 4
0
votes
1 answer
How to show marker on that lat/long when appending lat/long in Here We Go Url and How can i get Phone number from place api
I used Reverse Geocoding in my code using TRACK_POSITION where i need to pass
bearing .
ResultListener listener = new ReverseGeocodeListener();
ReverseGeocodeRequest2 request = new ReverseGeocodeRequest2(geoCoord, null,…

user7656859
- 9
- 3
0
votes
1 answer
Is it possible to use custom public transport line with Here routing service
We need to have a complement on public transportation services, so we need to input theses lines so that they will be considered together with the official public transit layers when invoking the routing Api in Here.
Is there a way to do that ?
0
votes
1 answer
HERE Polyline Encoding: JavaScript -> Swift
I am trying to implement HERE's Javascript polyline encoding algorithm (see below) in Swift. I have searched online and have not found a Swift version of this algorithm.
function hereEncodeFloat(value) {
var ENCODING_CHARS =…

Jason
- 11
- 3
0
votes
2 answers
How to switch from starter to premium Here SDK for android
I was using Here sdk but i decided going for premium SDK I did all the necessary steps i.e License Key,App Code,App Id ,replacing starter with premium .aar file ,checking the package name (if its different),adding dependencies in gradle and when i…

user7656859
- 9
- 3
-1
votes
2 answers
Getting speed limit Advanced Datasets API(aka PDE) is not working well
https://knowledge.here.com/csm_kb?id=public_kb_csm_details&number=KB0017817
I've referenced this doc for getting the speed limit but it's not working well in a specific location. I'm not sure if I'm doing right.
For latitude: 34.9531064, longitude:…

Shing Ho Tan
- 931
- 11
- 30
-1
votes
1 answer
How do I simply get geolocation from a webapp?
I dont have an HTTPS application, so trying the Here.com api as an alternative.
Its basic c# asp.net web application. I just need to track the location of the user using the web application.
Ideally, it would intermittently call an API to get…
-1
votes
1 answer
PHP - Getting bearer token from HERE REST API throws a signature mismatch error
before posting this question I have searched a solution for a long but all the snippets of code I tried always failed. It sounds really weird that there aren't working examples available in PHP!
I want to use HERE Maps REST API to geocode mail…

user7179753
- 29
- 1
- 7
-1
votes
1 answer
Doctrine order by driving distance
I have some places with coords in my database that I retrieve by using GEO function to filter the nearest.
But it is not precise enough because it's not driving distances.
I already use HERE Maps API to get Routing informations but it's so heavy to…

Joss D.
- 77
- 1
- 12
-1
votes
1 answer
Is there a possibility to get here maps api autocomplete method with typo fixing?
For example when putting 'barclona' autocomplete response should be 'barcelona'

Szymon
- 1
-1
votes
1 answer
How do I code REST for turn by turn using address city state?
I need to use the routing in HereMaps to tell it address city state and zip to get the route. In a REST.
Documentation but I do not see address city state zip…

Captain Ron
- 1
- 1
-1
votes
1 answer
What is the TTS engine that here maps uses
I am developing an app using here maps. I am using voice guidance provided by them for maneuver data.
Packages used
Voice Catalog ,VoiceGuidanceOptions, VoicePackage
For more understanding, Can I know what TTS engine is used behind by here maps ?

Alvin
- 1