地理定位 API/服务
当前正在编写 C# 方法来检索以下地址信息:
基于邮政地址的纬度/经度
基于 IP 地址的纬度/经度
基于 IP 地址的邮政地址
基于邮政编码的邮政地址
有人知道我可以插入的任何地理定位服务/API 可以帮助检索上述内容吗?我住在欧洲。
Currently programing C# methods to retrieve the following address information:
Latitude/Longitude based upon postal address
Latitude/Longitude based upon ip address
Postal Address based upon ip address
Postal Address based upon zip/postal code
Anyone know of any geolocation services/api's I can plug in to that can help with retrieving some of the above? I am based in Europe.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Google 提供了出色的地理编码 API。它支持 JSON 和 XML。
示例:http://maps.google.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true
免费版本仅限 2,500 个每天的地理定位请求。
Google provide a great Geocoding API. It supports JSON and XML.
Example: http://maps.google.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true
The free version is limited to 2,500 geolocation requests per day.
基于邮政编码的邮政地址
基于邮政地址的纬度/经度,
您可以使用 gmap
Postal Address based upon zip/postal code
Latitude/Longitude based upon postal address
you can use gmaps
试试这个 Google 地理套件
try this Google Geo Kit