如何从asp.net中的地址查找纬度和经度
我正在开发一个应用程序,其中我有特定人的地址,现在我想在谷歌地图上找到该人的位置。我想在保存该人的详细信息时保存该人的纬度和经度。如何从地址中找到纬度和经度?
在地址中,我保存了他的城市、州、国家、街道等。
谢谢, 萨洛尼
I m developing one application in which i m having the address of particular person, now i want to find the location of that person on google map. I want to save the latitude and longitude of that person when i m saving his details. How can i find the latitude and longitude from the address?
In address, i m saving his city, state , country, street, etc.
Thanks,
Saloni
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我“第三”谷歌地理编码器..
这是一个 JavaScript 示例:
I "third" the google geocoder..
here's an example in javascript:
您要做的事情称为地理编码,请参阅Google Geocoding API 上的页面
更新:
您可能需要此功能。它能够迭代数组并在每次地理编码返回后执行回调:
不要忘记在脚本之前包含 Google Maps API JS 文件。
The thing you want to do is called geocoding, see the page on Google Geocoding API
Update:
Probably you will need this function. It is able to iterate over an array and execute a callback after each geocoding return:
Don't forget to include Google Maps API JS file before your script.
使用谷歌地理编码 API。以下内容也应该有所帮助。
这将返回一个带有以下内部节点的 xml
Use google Geocode API. Also following should help.
This would return you an xml with following inside node