Mapbox Android SDK: Bring marker to front

▼魔方 西西 提交于 2020-01-05 04:31:05

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!