gpt4 book ai didi

android - 谷歌地图 Android API v2 : Is there a quick way to know if there is a Marker at a given location?

转载 作者:太空宇宙 更新时间:2023-11-03 13:28:44 25 4
gpt4 key购买 nike

我想知道给定的 LatLng 位置是否有标记。有什么快速的方法可以做到这一点,还是我需要编写自己的函数?

最佳答案

Xavjer 的答案是正确的,但如果你有很多标记,你可能想删除循环:

Map<LatLng, Marker> map = ...;

和:

Marker marker = map.get(yourLatLng);
if (marker != null) {
// just do it
}

关于android - 谷歌地图 Android API v2 : Is there a quick way to know if there is a Marker at a given location?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16057700/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com