问题
I have multiple markers on a map. Some of them overlap.
Is it possible to bring a certain marker to the front?
回答1:
Yes. Starting with Mapbox Android SDK v4.1, the selected marker will come to front.
You can select a marker with mapboxMap.selectMarker(marker);.
来源:https://stackoverflow.com/questions/38153574/mapbox-android-sdk-bring-marker-to-front