Search code examples
mapbox-androidmapbox-marker

How to add Label ( ex: 1,2,3..) to marker icon in mapbox in android


How to add label into mapbox marker icon (not the infoWindow) in android studio. here is the Example of the marker


Solution

  • You need to use Mapbox IconGenerator. See how to use it in :

    mapbox-gl issue

    And see this sample :

    Mapbox Android Utils