I have multiple markers on a map. Some of them overlap.
Is it possible to bring a certain marker to the front?
I have multiple markers on a map. Some of them overlap.
Is it possible to bring a certain marker to the front?
Yes. Starting with Mapbox Android SDK v4.1, the selected marker will come to front.
You can select a marker with mapboxMap.selectMarker(marker);
.