Web service to get the GPS Coordinates

后端 未结 3 1000
心在旅途
心在旅途 2020-12-19 05:58

I\'m developing an web application (jsp/strtus2) which requires the GPS coordinates of a place. What I want to know is, whether there are any free web services that I can ge

相关标签:
3条回答
  • 2020-12-19 06:15

    http://code.google.com/apis/maps/documentation/geocoding/index.html

    this is the link to the geocoding service by google

    0 讨论(0)
  • 2020-12-19 06:17

    You can use Bing Maps or Google Geolocation to do this. Bing has the pleasant ability to tie into native .NET namespaces.

    0 讨论(0)
  • 2020-12-19 06:18

    Yahoo's Geocoder is easy to use. Basically change a few query strings and it outputs an easy to parse xml file.

    Google's had a few issues in our area with the coordinates being returned being incredibly inaccurate at times. Yahoo tends to actually land on the street in question, but probably wont hit the parcel itself.

    That said, just note these services aren't going to be the most accurate.

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