如何确定地址是否在地图上的某些边界内?

发布于 2024-09-30 03:59:14 字数 102 浏览 3 评论 0原文

我正在对此进行一些初步研究,但我对这个主题知之甚少。我需要创建一个解决方案,可以获取一个地址,然后确定该地址是否在某些预定义的边界内(可能是一系列相连的街道)。有人对从哪里开始有一些建议吗?

I am doing some initial research this and I know very little about the subject. I need to create a solution that can take an address and then determine if that address is within some predefined boundaries (probably a series of connected streets). Does anybody have some advice on where to get started?

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

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

发布评论

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

评论(1

星星的軌跡 2024-10-07 03:59:14

首先,您需要对地址进行地理编码 (http://code.google.com/apis/地图/文档/地理编码/),然后您可以使用多边形库中的我的点来检查它是否在边界内。在这里查看:http://blog.appdelegateinc。 com/point-in-polygon-checking-with-google-maps.html

更新:查看更新它以与 v3 配合使用的人的评论。

First you need to geocode the address (http://code.google.com/apis/maps/documentation/geocoding/), then you can use my point in polygon library to check if it is in the bounds. Check it out here: http://blog.appdelegateinc.com/point-in-polygon-checking-with-google-maps.html

Update: Check out the comments for someone who updated it to work with v3.

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