首页 > TAG信息列表 > radLatitude2

计算两个坐标点之间的距离(高德地图)

参考这个文章,Java写的,改写成Delphi版本: function MeasuerDistance(const startLongitude,startLatitude,endLongitude,endLatitude:Double):Integer; begin const Earth_RAdius=6378137; var radLatitude1 := startLatitude * PI / 180.0; var radLatitude2 := endLatitude