【发布时间】:2013-02-06 14:55:46
【问题描述】:
我想找到两个多边形之间的最小距离。但我有一些问题要找到它。我是谷歌地图的新手,你能帮帮我吗?我有这些坐标可以使用;
polygonArray = [[
new google.maps.LatLng(40.56389453066509,33.739013671875),
new google.maps.LatLng(40.39676430557206,32.135009765625),
new google.maps.LatLng(39.87601941962116,36.046142578125)
]];
提前谢谢你。
【问题讨论】:
标签: java javascript google-api