如何扩展地理定位 Web 应用程序

发布于 2024-10-06 16:26:37 字数 285 浏览 0 评论 0原文

我正在构建一个地理定位网络应用程序,但我真的很不清楚如何处理地理定位。

简而言之,我的应用程序可以让您在特定城市创建广告。这个想法是避免使用包含城市名称、邮政编码、国家/地区的基本形式,而只拥有一个基于城市名称的自动完成字段。

我有一些想法如何处理,但我不确定哪一个是最好的。 第一个是从 maxmind(3M 城市)获取世界城市数据库并从我的数据库中进行选择。

另一种是使用 YQL 和雅虎的 geo API...

我真的不知道这种应用程序的最佳实践是什么...

Greg

I am building a geolocation web application and I am really in the blur how I am going the handle the geolocation.

Briefly my app lets you create adverts on a specific city. The idea is to avoid the basic form with the city name, zipcode, country and just have an autocomplete field based on the city name.

I have a few idea how to handle that but I am not sure which one is the best.
There first one is to get a world cities database from maxmind (3M cities) and select from my database.

The other one is to use YQL and the geo API from yahoo...

I really don't know what is the best practice for this kind of app...

Greg

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

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

发布评论

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

评论(1

谁把谁当真 2024-10-13 16:26:37

我使用 geokit 插件和 gem 完成了一些地理定位。它与多个地理定位提供商(谷歌和雅虎)配合良好。

https://github.com/andre/geokit-gem

I have done some geolocation using the geokit plugin and gem. It works well with multiple geolocation providers (google and yahoo).

https://github.com/andre/geokit-gem

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