从表单进行地理位置定位
我有一个 Javascript 表单,用户可以在其中输入地址、城市和州。提交此表单时,我希望将地址转换为纬度和经度,并将这两个值存储到数据库中。非常感谢任何帮助!
I have a Javascript form where a user inputs an address, city, and state. When this form is submitted, I want the address to be converted into latitude and longitude, and to store those two values to a database. Any help at all is greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个:
http://batchgeo.com/lookup/
Check this out:
http://batchgeo.com/lookup/
您可以使用 Google Maps API v3,例如:
You can use the Google Maps API v3, example: