gpt4 book ai didi

ios - 如何获取 GMSPolygon 中的 GMSMarker

转载 作者:行者123 更新时间:2023-11-29 00:58:56 34 4
gpt4 key购买 nike

我正在使用 google maps api 在我的 ios 应用程序的 map 中绘制一个多边形,我从这个链接获得了这个免费的手绘多边形: https://github.com/saru2020/SARMapDrawView所以现在我有一个 GMSPolygon,但我想获得位于多边形内的 GMSMarker。如果我们想获取屏幕中的标记,我们可以这样做:Google Maps for iOS - How can you tell if a marker is within the bounds of the screen?所以我想知道是否有任何方法可以只获取多边形内的标记。

最佳答案

我知道这是旧的,但我使用它。

if GMSGeometryContainsLocation(marker.position, polygonPath, true){
//marker is within the polygon based on the polygon.path
}

关于ios - 如何获取 GMSPolygon 中的 GMSMarker,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37272555/

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