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.
我想知道是否有任何方法可以提高谷歌的 LatLngBound.contains 函数的准确性,因为我目前所拥有的往往会错过几点。(不能发图抱歉)
该程序所做的假设是显示哪些标记位于所选区域内,并显示该区域 + 标记在其中,但精度有点偏离该区域外的一些标记。我想知道是否有人对如何使其更准确有任何想法。
您需要使用类似于 Mike Williams 的 epoly 扩展中的多边形包含方法,而不是 LatLngBounds.contains (正如 Marcelo 所说,它将始终是一个矩形)。
epoly