Pages

Monday, September 28, 2009

google map view

http://code.google.com/apis/maps/documentation/examples/geocoding-simple.html

The above example from google website for your reference.

Most time we need the below APIs to get the latitude and longitude of a given address:

geocoder.getLatLng(address, ...)

No comments: