Questions tagged [here-maps-rest]
259 questions
1
vote
1 answer
Is there a way to disable the 3d buildings view in a basic map? Javascript HERE MAPS
I’ve been digging around the documentation but haven’t found anything about this.
Is there a way to disable the 3d buildings view in a basic map?
Right now I get the following view:
map view with 3d? buildings
But I’d like to see it in a much…

Juan Carlos
- 146
- 2
- 10
1
vote
2 answers
Stick dom marker in here maps on zooming
I'm trying to add a truck Marker in the HERE Map. This marker is basically a truck icon. Here is my code.
addDomMarker(posObj): void {
const map = this.mapComponent.getMap();
(window as any).mymap = map;
const domIcon = new…

Dhruv Singh
- 2,185
- 2
- 11
- 17
1
vote
1 answer
MapService is missing from the AndroidManifest.xml file
I want to use HereMap SDK in my android app. I followed official tutorial https://developer.here.com/documentation/android-premium/dev_guide/topics/app-create-simple.html.
When I run app, I get an error message:
MapService is missing from the…

TaQuangTu
- 2,155
- 2
- 16
- 30
1
vote
2 answers
How to export here maps to image file for printing programmatically?
Just like leaflet and Arcgis JS Api have support for printing and exporting map to image files, how to do it in here maps? I explored here API and searched web but found nothing.

M Omayr
- 1,351
- 1
- 9
- 19
1
vote
1 answer
HERE API - Pre Determined Route Toll Costs
I would like to get toll costs for a pre-determined route using GPS coordinates and not link ID's. I would like to use this request for I have the route the driver already…

tiplonski
- 11
- 1
1
vote
1 answer
Increasing search radius for way points in Here Maps Fleet Telematics API
I am regularly getting the error 'Cannot match 52.19888/11.32296 onto a road link with 100.0m search radius'. In these cases, the location is often a warehouse that is indeed more than 100 meters from the nearest public road.
Here is an example…

LampShades
- 33
- 3
1
vote
1 answer
Why are markers with SVG icons not showing up in Safari only?
Here-maps markers with an SVG icon do not show up in the map on Safari only (works on all other browsers). I am also using the icons outside of the map, and they display fine there. The actual map is a canvas though, so perhaps that has something…

OpusX_SRT
- 21
- 3
1
vote
1 answer
How to fix low quality raster image on HERE javascript map v3.1
After upgrading to V3.1 of the HERE Maps Java Script SDK, the raster image quality has been noticeably reduced. Comparing our production site vs the updated one with the same view port shows v3.1 has poor image quality on all raster layers.
Have…

Mark R
- 63
- 6
1
vote
0 answers
Google Maps to OpenLayers - Marker Click Listener Equivalent
I am working with OpenLayers 5 trying to create the equivalent of a Google Maps Marker equivalent. I've been following the example here:
https://openlayers.org/en/latest/examples/icon.html
Unfortunately, it appears I can only add a listener to the…

Yusif_Nurizade
- 133
- 1
- 12
1
vote
1 answer
How to add new place to Here Maps via API?
Is possible to add new place to Here maps?
Early wrote that it is impossible (Add and retrieving data from here maps), but it was in 2014.
How are things now?
In the end, I would like to create new places/location like Google maps.
Thank you all…

Dmytro Kovalov
- 11
- 2
1
vote
1 answer
here-map initialization giving MISSING_LIBRARIES under onEngineInitializationCompleted(Error error)
Here is the code for here-map initialization.
if (m_mapFragment != null) {
/* Initialize the SupportMapFragment, results will be given via the called back. */
m_mapFragment.init(new OnEngineInitListener() {
…

Ashish Patel
- 304
- 1
- 3
- 11
1
vote
1 answer
Cannot create HERE SDK object before MapEngine is initialized. See MapEngine.init()
I am getting the com.here.android.mpa.common.UnintializedMapEngineException error. That states:
Cannot create HERE SDK object before MapEngine is initialized. See MapEngine.init()
The code has been taken from Here Maps own example on GitHub.
In my…

user-44651
- 3,924
- 6
- 41
- 87
1
vote
1 answer
Is possible to route in android sdk using calculateroute.json
I am using Here maps SDK in an android project.
I want to calculate track here and put it into an android map to route exactly this way (calculated on API)
I tried to get points from Json and map them to waypoints, but the calculated way sometimes…

Krzysztof
- 31
- 3
1
vote
1 answer
Determining highway direction in here maps
Does Here map iOS sdk provides Highway direction?
Example: While driving on US Highways/Interstate, Here map is providing information like I-5 or WA-14.
Can we get which highway/interstate direction we are heading into. Like I-5 N or WA-14 S.

pranay kumar
- 31
- 2
1
vote
1 answer
HereMaps GeoJSON Polygon click read properties
my question is as follows.
What I have
I have a GeoJSON feature collection with Polygons and custom properties
GeoJSON is loaded into the Here maps
What I want
I want to detect a polygon click and read the custom property value
Example…

Danijel
- 1,145
- 8
- 15