地理定位 API/服务

发布于 2024-09-12 00:33:24 字数 153 浏览 2 评论 0原文

当前正在编写 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 技术交流群。

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

发布评论

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

评论(3

挖鼻大婶 2024-09-19 00:33:24

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.

╰沐子 2024-09-19 00:33:24

基于邮政编码的邮政地址
基于邮政地址的纬度/经度,

您可以使用 gmap

Postal Address based upon zip/postal code
Latitude/Longitude based upon postal address

you can use gmaps

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