城市 Web 服务或 PHP 代码附近的城市
我正在构建一个应用程序,它将“城市”、“州”(仅限美国)和距离(半径)作为用户输入,输出将是该半径内的所有城市。是否有任何免费或付费的网络服务可用于此?
感谢您的帮助 问候 卡韦里
I am building an application which takes 'City','State' ( For USA Only) and distance ( radius ) as user inputs and the output will be all the cities in that radius . Is there any free or paid web service available for this ?
Thanks for your help
Regards
Kaveri
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我个人使用 lat 和 lng 来定义这样的半径。如果您需要帮助将城市转换为坐标,请查看我的代码 Google 地理编码确实很有帮助。或者只是回复,我们会看一下。
I personally use lat and lng to define such a radius. Take a look at my code if you need help coverting an city to coordinates Google Geocode can be really helpfull. or just reply and we'll take a look.