HTML5;通过地理定位找到我附近的东西

发布于 2024-12-17 12:59:13 字数 206 浏览 1 评论 0原文

免责声明:我学东西很慢;我有 300 家企业的列表,其中包含地址和网格坐标。我知道如何使用 HTML5 地理定位请求用户位置。如何使用该信息来确定哪些企业距离用户最近?我找到了很多教程,但没有任何确切的教程,我迷路了。我愿意接受任何技术或语言来做到这一点,但我想保持简单。我有一个 IIS7 服务器和一个 OSX 服务器,我可以创建一个 My SQL 数据库或使用 SQL Server 2008。

Disclaimer: I am slow learner; I have a list of 300 businesses with address and grid coordinates. I know how to request a users location with HTML5 Geolocation. How do I use that information to determine which businesses are nearest to the user? I have found allot of tutorials but nothing exact and I'm lost. I am open to any technology or language to do this yet I would like to keep it simple. I have an IIS7 server and an OSX server and I could create a My SQL database or use SQL server 2008.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟织青萝梦 2024-12-24 12:59:13

使用半正矢或类似方法获取两点之间的距离,请参见此处 - http://www .movable-type.co.uk/scripts/latlong.html

然后,您只需返回位于起始点特定半径范围内的所有点即可。

Get the distance between two points using Haversine or similar, see here - http://www.movable-type.co.uk/scripts/latlong.html

Then you just need to return all those points that fall within a certain radius of your originating point.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文