在Googlemaps中绘制圆形叠加后,是否可以获得整组坐标?基本上我想要做的是类似于热图,但我正在绘制一个以中心为标记的圆,然后我希望找到落在那个圆圈中的所有坐标。
答案 0 :(得分:2)
您可能不需要在圆圈上找到点,以便找出某个点是否在圆圈中。
例如,如果我正确理解你的目的,你会有一堆像[(lat,lon),...]这样的点。然后你可以尝试这个,
Loop points[]
if distance between (lat,lon) and the marker (center of the markder) < r of the circle
the poinst is within the circle