How to convert an address to a latitude/longitude?

前端 未结 18 2857
难免孤独
难免孤独 2020-11-29 16:21

How would I go about converting an address or city to a latitude/longitude? Are there commercial outfits I can \"rent\" this service from? This would be used in a commercial

相关标签:
18条回答
  • 2020-11-29 16:34

    You want a geocoding application. These are available either online or as an application backend.

    • Online applications:

      • Google has a geocoding API
    • Backend applications:

      • GeoStan
    0 讨论(0)
  • 2020-11-29 16:35

    Yahoo! Maps Web Services - Geocoding API accurately geocodes UK postcodes, unlike Google's API.

    Unfortunately yahoo has deprecated this service, you could visit http://developer.yahoo.com/geo/placefinder/ for yahoo's service

    0 讨论(0)
  • 2020-11-29 16:35

    Virtual Earth does it. There is also a web service at geocoder.us

    0 讨论(0)
  • 2020-11-29 16:35

    you are asking about Geocoder. Google provide an API for this. so does another provider for this.

    you can see the demo of implementation in My Current Location .net

    0 讨论(0)
  • 2020-11-29 16:36

    You can use Microsoft's MapPoint Web Services.

    I created a blog entry on how to convert an address to a GeoCode (lat/long).

    0 讨论(0)
  • 2020-11-29 16:38

    Thought I would add one more to the list. Texas A&M has a pretty decently priced service here: http://geoservices.tamu.edu/Services/Geocode/

    A good option if you have a pretty large set of addresses to geocode and don't want to pat 10k to Google or Microsoft. We still ended up using the returned data in a Google Map.

    0 讨论(0)
提交回复
热议问题