This is the tag for information about the HERE Maps application developed by HERE Technologies. HERE Maps is a mapping software application. Use this tag to ask questions related to HERE Maps into your own web and mobile apps, retrieve map information such as addresses and coordinates, etc.
Questions tagged [heremaps]
331 questions
2
votes
1 answer
Is there a character limit for REST Here Maps routing api request?
This API works fine if I am passing around 50 or 60 waypoints.
I am currently getting Empty reply from server
"curl…

Amit Rohan
- 66
- 4
2
votes
0 answers
Andorid Here Maps : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR),
I have two problems with here android SDK 3.14
1.Periodically this error appears after map inicialization and only removing installed maps helps.
E/MAPSERVICE: c3eexxxxxxxxxx
A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0…

Krzysztof
- 31
- 3
2
votes
1 answer
HERE maps for JavaScript API: Calculate distance from Polygon to marker
I have plotted few markers and a polygon objects on Here Map.
I want to know the distance between the polygon and marker. Marker that is very nearer to polygon is what I want to figure out.
Here map has a distance function, but its only working to…

Vivek Tankaria
- 1,301
- 2
- 15
- 35
2
votes
1 answer
HERE map is blank in outsystems
I am trying to implement a Web Application using HERE Maps on the tool OutSystems.
On The application I have a web block that contains a Container (where the map will be drawn), an expression (with Escape Content as 'no', and the scripts below as…

Jonathan Danilo
- 23
- 3
2
votes
1 answer
HERE Maps React Component shows up as empty
I am attempting to make a small web app with React that involves a map. I'm using the HERE Maps react component (this is non-negotiable) but I'm having trouble getting the map to show up. I'm not sure if it's the Key or my understanding of React…

austin
- 405
- 4
- 12
1
vote
1 answer
How to apply a custom png icon from local system to a HERE maps marker?
I am trying to change the default Marker Icon with a .png image on my local system MacOs
The .png image file is located in the same directory as the HTML code
I tried adding the variable reference like this -
var icon = new…

Dev1ce
- 5,390
- 17
- 90
- 150
1
vote
1 answer
Bundle HERE Maps API yarn install with stimulus js
Is it possible to install Bundle HERE Maps API by yarn?
I use stimulus js and I want to use here maps with it.
I found only for nmp https://developer.here.com/documentation/maps/3.1.30.9/dev_guide/topics/get-started-bundling.html

Dev devovs
- 99
- 5
1
vote
0 answers
How can you cancel loading here maps with js?
I am using here maps for javascript 3.1. Is there a way to cancel or interrupt loading here maps? In real time scenario this will happen on clicking back button. When routing back to previous page, here maps are still loading in the background.
I…

playerone
- 987
- 3
- 22
- 44
1
vote
0 answers
Clustering in herempa throws ERROR Error: Coordinates out of bounds at Pt.uc (mapsjs.bundle.js:684:95)
I am using Here Map -javascript to cluster the datapoints
function addToMapMarker(Poi, POIs) {
console.log(Poi);
const cord = { lat: Poi.location.latitude, lng: Poi.location.longitude };
const parisMarker = new H.map.Marker(cord);
…

Shilpa
- 103
- 1
- 9
1
vote
1 answer
Routing API v7/v8 differences in response VALUES
Here are some response samples for same requests parameters.
Routing API v7…

Akash L
- 11
- 1
1
vote
1 answer
Hide map objects temporarily in Here Navigate edition
Previously in the Here maps Premium edition you could toggle the visibility of a map object via mapObject.isVisible. There seems to be no such property in the new Navigate edition, so are we supposed to completely remove/add them each time we want…

sunilson
- 1,449
- 15
- 31
1
vote
1 answer
Retrieve map objects from map after migrating from Premium to Navigate edition
Previously in the Premium edition you could retrieve all objects on the map via map.allMapObjects but now in the Navigate edition there seems to be no way to do this. All you can do is add and remove objects to/from a scene. Does this mean I have to…

sunilson
- 1,449
- 15
- 31
1
vote
0 answers
HERE Maps API for JavaScript v3.1: adding event listener "tap" to domMarker doesn't work on android devices
I'm using latest version for HERE Maps API for JavaScript (v3.1) and when trying to add an event listener "tap" to domMarker doesn't work on android devices. With 'click' event it works on IOS devices but also doesn't work for android devices. Can…

Liza
- 11
- 2
1
vote
0 answers
Heremaps Infobubble CSS does not change
so I looked up every possible solution for changing the CSS style of the infoBubble for heremaps. I work with Angular v8 and thus far only setting the css of the Data has worked for me, but that does not influence the color of the marker.
const…

FishyK
- 121
- 1
- 7
1
vote
0 answers
Getting Positioning Error in here sdk flutter initially
I'm using here sdk in my flutter application to get map features in my app. When I'm trying to get user's current location then initially for some time, it is showing me this error which is not a good impression for my application.
It is giving me…

Aryan Agrawal
- 9
- 2