[google map api] 用經緯度計算兩點的距離
用經緯度計算兩點的距離
var distance = new GLatLng(39.917, 116.397).distanceFrom(new GLatLng(37.4419, -122.1419)); alert(parseInt(distance/1000,10) + "公里");相關參考: https://developers.google.com/maps/documentation/javascript/v2/reference#GLatLng.GLatLng
留言
張貼留言