Questions tagged [here-maps-rest]
259 questions
0
votes
1 answer
HERE Map Javascript Api gives InvalidArgumentError
I am using HERE Map Api to display Map. My application uses joomla CMS. I get "InvalidArgumentError" in my browser console.
Here is the error:
InvalidArgumentError: H.map.DomIcon (Argument #0 No element data) ............................…

Vallabh Bothre
- 621
- 5
- 8
0
votes
0 answers
HERE Maps Directions limitation
It looks that HERE Maps Direction resource is returning legs between two waypoints only. If I add more waypoints then it will be ignored by the API. Limitation?
0
votes
1 answer
why whitelist url HERE map api still blocking my entered urls
I whitelist my domain fyipark.com home page to begin as I utilize Here map api for searching citys for a select2 field. It was working great with my exposed keys in production and staging. Then I whitelisted the domain name for the home page as…

Zurch
- 39
- 10
0
votes
1 answer
Draw line/path in static image in Map Image API of here with python
Before all, I apologize for my bad English.
Well, my question is:
How can I draw a line/path given from the routing rest API of here maps?
I've been reading the docs and searching everywhere but I couldn't find anything.
For example, I have this…

Mario Navarro
- 1
- 4
0
votes
2 answers
How to remove defacto duplicates returned by here autocomplete API
I am fetching data from the here autocomplete rest endpoint. It works fine, but for example searching for berlin returns me 3 results, which are (at least in my usecase) defacto the same ... I assume berlin is found as state, city and area or…

tommueller
- 2,358
- 2
- 32
- 44
0
votes
1 answer
Receiving ERR_CONNECTION_REFUSED when trying to fetch autocomplete suggestions
I have an registered account with the here-api's and just today created a new apiKey, because we where still using the old authentication method.
No matter what authentication we use though, we receive an ERR_CONNECTION_REFUSED error when trying to…

tommueller
- 2,358
- 2
- 32
- 44
0
votes
1 answer
My cid location keeps on changing and i cannot track the location how to solve this?
I have tried this and getting my current location but whenever I move cid is changing and the location is not updated. I am using Rest in web application. any suggestions on how to get the live location of my device(in here-maps)?
"lte": [{
…

HARSHA sss
- 85
- 9
0
votes
1 answer
inquiry for self hosting and HERE XYZ
We are currently using HERE technologies for our routing & navigation product for on demand bus service.
We are invited to run on demand bus service in an industrial complex. The area is privately run. There are 2 specific requirement which will…
0
votes
2 answers
How to Create an instance of a polyline in heremaps in javascript?
So i was creating a polyline to use it in another place but after creating the instance the polyline is getting al mixed up its may be due to linestring or what?
var points = [
{ lat: 52.5309825, lng: 13.3845921 },
{ lat: 52.5311923,…

Harsha
- 74
- 1
- 10
0
votes
1 answer
Adding custom wms layer to Here map
I want to add a custom WMS layer from my GeoServer to Here map in Javascript. I found an example of adding custom-tile-overlay, but how can I get bounding box which is required in WMS GetMap request. Is there any way that I can get bounding box of…

Shrikant
- 61
- 1
- 7
0
votes
1 answer
Route matching with short distance routes in HERE maps
I am trying to find the distance between two points A and B with a shorter distance. The actual road distance is 700m. But HERE maps show 1.2km. On investigation, I found that HERE maps plots the points on the other side of the road and an…
0
votes
1 answer
Getting latitud - longitud data from route create on Here Maps - traffic viewer
How can i get lat - long from a specific corridor created on traffic viewer
if i need the lat-long from point A start to point B finished , were is that information that i need ?

Delph
- 3
- 3
0
votes
1 answer
Queries about Confidence Level and Linked Id in the api response
1.How confidence level is scaled ? As it ranges from 0 to 1 but What it means when it its value is 0.0, <0.5, >0.5, 1?Is there any document or reference for the same?
2.Is Linked Id is unique for the road(for specific region or for all region)?

Deepesh Bhaya
- 3
- 1
0
votes
2 answers
Showing a route between two points with multiple waypoints Android Here Map Lite Edition
We are converting Android Project Here Map Android Starter SDK to Lite Edition. I want to display the multiple waypoints on route.
For Starter SDK we are using the RoutePlan for plotting the multiple waypoints. but in Lite Edition i am unable to…

Nitin Karande
- 1,280
- 14
- 33
0
votes
1 answer
Here Maps {"error":"Unauthorized","error_description":"ApiKey invalid. ApiKey not found."} Documentation Error
https://developer.here.com/documentation/maps/dev_guide/topics/routing.html
{"error":"Unauthorized","error_description":"ApiKey invalid. ApiKey not found."}
I am using here maps api for routing and it's showing api key error key not found when i am…

Abhay Vishnoi
- 1
- 1
- 1