Reputation: 44605
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.
Upvotes: 1
Views: 4051
Reputation: 1038710
Google provide a great Geocoding API. It supports JSON and XML.
The free version is limited to 2,500 geolocation requests per day.
Upvotes: 3
Reputation: 457
Postal Address based upon zip/postal code Latitude/Longitude based upon postal address
you can use gmaps
Upvotes: 0