I have HERE map on my android application. I want to plot markers over the map with some text ( e.g. marker identity name ). TEXT should be placed next to marker image icon preferably right side of icon.
Option Tried :
- Marker
marker.setTitle
: It only sets title for infobox, TEXT doesn't appear always with icon as required. MapLabeledMarker
: Unable to use this with map cluster. What i found is, you can add marker object to map cluster but not MapLabeledMarker.
I'm using 90-days trail HERE Map premium Android SDK. Thanks.