摘要: /** * 求两个已知经纬度之间的距离,单位为米 * * @param lng1 $ ,lng2 经度 * @param lat1 $ ,lat2 纬度 * @return float 距离,单位米 * @author www.Alixixi.com */ function getdistance( 阅读全文
posted @ 2016-10-19 15:20 jochen_cch 阅读(17158) 评论(0) 推荐(0) 编辑