我想检查地图是否在maps.google.com上的区域内
示例。
我在maps.google.com中有一些区域
website
现在我想要一个输入,我可以写一些城市,现在它将是纽约, 因此,如果纽约在我的区域之外,我需要返回0,如果它在区域内我需要返回1.
您是否听说过有关脚本工作的内容? 请帮帮我 -
答案 0 :(得分:3)
您可以使用geometry library
的containsLocation方法答案 1 :(得分:1)
您应该查看Google Maps API或Openlayers!两者都具有检查坐标是否在多边形内的功能。
Google Maps API:API documentation of containsLocation
OpenLayers:Intersection Example