在 MYSQL 中用 2 个坐标(以米为单位)计算地球上距离的最佳方法是什么?
我有 2 套谷歌地图地理坐标。如 51.2、6.1、50.3 和 5.5。
我如何用mysql计算这2个坐标之间的距离(以米为单位)?
我正在寻找地理计算,包括地球半径和其他东西。最好的方法是什么?
I have got 2 sets google maps geo coordinates. Like 51.2, 6.1 and 50.3 and 5.5.
How do i calculate the distance between those 2 coordinates in meters with mysql?
I'm looking for the geo calculation, with earth radius and stuff. What is the best way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MySQL 大圆距离(半正矢公式)
MySQL Great Circle Distance (Haversine formula)