使用 JavaScript 进行地理位置搜索
有没有办法用javascript创建最近点的地理位置搜索? 例如,我们有一个点列表及其坐标。我需要在5公里半径内找到点~。
Is there a way to create geo location search of closest points with javascript?
for example, we have a list of points with their coordinates. I need to find points ~ in 5km radius.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要 Javascript 和 Google 地图的 harvesine 公式。
You want the harvesine-formula for Javascript and Google Maps.
您可以使用 Google 地理定位 API 或 Google 地图 API
You can use google geolocation API or Google map API