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.

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