Questions tagged [here-maps-rest]
259 questions
0
votes
1 answer
Here maps with Xamarin Forms
I plan to use here api to reduce my costs compared to google maps.
Is there a way to use the here map in Xamarin forms?
I have already designed the search combo suggestion to find places. Now I would like to show the places on the here map.
Thanks,

dalton5
- 915
- 2
- 14
- 28
0
votes
0 answers
Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP)?
Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP) with the following requirements :
We are trying to explore Indoor mapping implementation for an office building. Can you please confirm if the following use…

Divya Vani
- 37
- 6
0
votes
1 answer
Can I use geofence to mark all roads within the shape coords as avoids or favors?
Fleet telematics API tool https://tcs.ext.here.com/examples/v3/fleet_telematics_api has examples "Prefer certain links and route through them" and "Avoid certain links and route by avoiding them".
The question is does HERE maps provide an API to…

vadym1930
- 66
- 6
0
votes
1 answer
HERE Maps Truck Api
I have a truck routing API call for HERE maps. It splits the section into 3 parts including ferry section. However, I want to avoid receiving the route if route for the specified transport Mode is not available for HERE Routing API version 8.6.4 .…

Anuj99
- 1
0
votes
1 answer
HERE Maps - Cannot zoom in at the same time the map is being centered
I think I found a bug:
I'm trying to create a live view using web sockets and I need some advice.
This is the documentation https://developer.here.com/documentation/examples/maps-js/markers/markers-update-position-with-animation (using only one…

Andres Figueira
- 16
- 4
0
votes
1 answer
Is it possible to increase map image resolution?
Here is what my HERE map image looks like:
satellite image
As you can see from the image above, the resolution is not very good. Is it possible to get better resolution?
Here is the http request that I used: (note: you will have to enter your own…
0
votes
1 answer
HereMap: Shift map while hovering on location
My HTML page design like this
Right side Here Map and left side more than 25 locations. as soon as page loads, all 25 locations are plotted on map and when window scroll, Marker on map got big for the location which is on window viewport.
everything…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
integrating road signs in Here maps
Hi I am new to React and Here maps, I am using Here maps for maps. Currently I am able to show live marker position, I want to show road signs as well.
For that I am constructing a request as specified here…

srinivast6
- 309
- 3
- 8
0
votes
1 answer
How to get Truck restrictions of an area in Here Maps API?
There is this truck restrictions map in the Here website.
But this only shows an image which is not of much use. Is there any way to get the info in a proper format?

Satyajit Das
- 2,740
- 5
- 16
- 30
0
votes
1 answer
Here Maps Auto-Suggest endpoint change language
When using the HERE Maps Places Autosuggest endpoint, we get language based on country of origin of the place for vicinity details. Even though we are setting the header to Accept-Language: 'en-US' It still returns a different language.
For example,…

Charan
- 3
- 3
0
votes
1 answer
Here map left space at top if height is more than width
I am using Here map for my website and i need height of the Map more than width. In order to do so, when I give height more than width, Map left white space at the…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
initMap Error: Couldn't create WebGL context
I'm developing an angular web app and after migrating HERE maps from 3.0 to 3.1 got a problem rendering the new version of the map.
The following error:
initMap Error: Couldn't create WebGL context.

Ger4
- 1
- 1
0
votes
1 answer
Getting a bad request 400 when trying to upload zipped wkt file to here-maps rest api
We have a problem with the fleet.ls.hereapi.com when uploading a new layer for geofencing.
const myId = 'MYLAYER'; // just a id to check
zip.file('data.wkt', `NAME\tWKT\n${myId}\t${wkt}`);
const content = await zip.generateAsync({ type: 'nodebuffer'…

timidak
- 1
- 2
0
votes
1 answer
HERE location services API freemium plan question
I am looking at HERE location services API as an alternative to Google Maps JavaScript API to use with an autosuggest input.
They state that they include 250,000 free transactions per month on the free plan. They also state 'Assets: per month 250'.…

LaserBeak
- 3,257
- 10
- 43
- 73
0
votes
1 answer
HERE Routing API: No Truck Route Found
I'm trying to calculate a trucking route between 2 GPS locations using HERE Maps API but when trying to retrieve the data I get a 'NoRouteFound' error: NGEO_ERROR_GRAPH_DISCONNECTED_CHECK_OPTIONS. I noticed it returns data when changing the mode…

J. Ly
- 1