I have a requirement when I just need to get Latitude and Longitude by specifying here two different options for the URL of the Google Maps Geocoding API, which uses almost the same result.
http://maps.google.com/maps/geo?output=xml&key=MyApiKey&oe=utf-8&q=Bhatkal,%2CKarnataka,%2CIndia http://maps.googleapis.com/maps/api/geocode/xml?sensor=false&address=Bhatkal,%2CKarnataka%2C,India
the first one is with an API key and the second is without an API key. I'd like to know
a) Why do I need to use the API key when I can get the result without defining the key.
b) Which one is the more feasible API for my purpose is simply choosing latitude and longitude.
Ibrahim Azhar Armar
source share