On Nov 30, 4:24 am, Medma <[email protected]> wrote:
> I have an array of address to how can i get the LatLag values for that
> address. I have used
> for(var i = 0; i<address.length; i++){
> geocoder.getLatLng(address[i], function(point){
> alert(point);
>
> });
> }
>
> and this will return the LatLang values for that address if this
> address is exists on the google map...!
> If you have any better option please suggest.

Another explanation (from Mike Williams' v2 tutorial):
More advanced stuff - Part 17 Geocoding multiple addresses
http://econym.org.uk/gmap/geomulti.htm

>
> Thanks a Ton...!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to