摘要:
https://blog.csdn.net/qq_40012295/article/details/84861466 https://docs.mongodb.com/manual/reference/command/geoNear/index.html https://juejin.im/entr 阅读全文
摘要:
/** * 根据传入的经纬度,和距离范围,返回所有在距离范围内的经纬度的取值范围 * @param float $lng 经度 * @param float $lat 纬度 * @param float $distance 距离(km) * @return array */ function getSquarePoint($lng, $lat, $distance) { $e... 阅读全文