Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用地图 API 的 v2 编写一个 android 应用程序。我在地图上显示了几种不同类型的标记,我总是希望将其中一种显示在其他标记之上。
我最后尝试将该标记添加到地图中,但它似乎仍然会根据标记的相对位置在其顶部显示其他标记。
有没有人有办法强制给定标记始终显示在顶部?
将项目置于最前面的方法是调用 .showInfoWindow();
查看这篇文章,了解如何将点击的项目置于前面。
Google Maps v2 Marker zOrdering - 置顶