$sql=‘select * from users_location where latitude > ‘.$lat.‘-1 and latitude < ‘.$lat.‘+1 and longitude > ‘.$lon.‘-1 and longitude < ‘.$lon.‘+1 order by ACOS(SIN((‘.$lat.‘ * 3.1415) / 180 ) *SIN((latitude * 3.1415) / 180 ) +COS((‘.$lat.‘ * 3.1415) / 180 ) * COS((latitude * 3.1415) / 180 ) *COS((‘.$lon.‘* 3.1415) / 180 - (longitude * 3.1415) / 180 ) ) * 6380 asc limit 10‘
经纬度算距离
Posted Nice&&Day
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了经纬度算距离相关的知识,希望对你有一定的参考价值。
以上是关于经纬度算距离的主要内容,如果未能解决你的问题,请参考以下文章