Nokia Here v3: How to put text in standard marker?
It was very easy to put text in StandardMarker in previous Nokia HERE API (v2). In new API (v3) I can't find solution how to put text in marker. Here's a code snippet: var coords = { lat: 56 lng: 54 }; marker = new H.map.Marker(coords); map.addObject(marker); It looks like the standard icon doesn't support text. But you could try the approach used in the dev guide ( https://developer.here.com/javascript-apis/documentation/v3/maps/topics/markers.html ) by creating an icon from SVG. I also recently faced this problem. I reverse-engineered the HEREMaps JS API core module and made a marker with