Hi there I'm currently using google maps api I'm very new in it
I have a problem i want to get the nearest latlang value from the
previous value comes from
geocoder.getLatLng(address[i],function(point){
if(point){
lastpoint = point
}
});
So is there any JavaScript function or method by which i can get the
nearest LatLang value of lastpoint
Actually i just want to plase a marker there so the value should be
exists on google earth....!
Thanks in advanced
--
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.