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:
Post a Comment