查找给定地址最近的 craigslist 网站

发布于 2024-12-10 20:41:11 字数 78 浏览 0 评论 0原文

如何映射给定地址(zip)最近的 craigslist 站点?或者我正在考虑通过查看城市/州的 craigslist 网站列表来自己制作地图。

how to map closest craigslist site for a given address(zip)? or I was thinking of making that mapping myself by looking at the list of craigslist sites city-wise/state-wise.

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

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

发布评论

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

评论(1

绝影如岚 2024-12-17 20:41:11

事实上,我认为最好的解决方案是获取 Craigslist 站点/城市的列表,使用某些地理编码 API 预先构建城市到坐标的映射(我想到了微型地理编码器,但雅虎和必应也提供了很好的解决方案),然后以一种使按最近排序变得容易的方式存储它(例如,MySQL 的地理空间扩展MongoDB 的)。

Indeed, I believe the best solution is to get a list of Craigslist sites/cities, prebuild a mapping of cities to coordinates using some geocoding API (Tiny Geocoder comes to mind but Yahoo and Bing offer good solutions too), and then storing it in a way that makes sort-by-nearest easy (say, MySQL's geospatial extensions or MongoDB's).

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