Hi,
We are getting Intermittent problem with geocoder.getLatLng,
sometimes
point is returning null and sometimes it works for same address. Below
is
the code snippet:
geocoder = new GClientGeocoder();
if (geocoder) {
geocoder.getLatLng(
address,
function(point) {
if (!point) {
alert(address + " not found");
} else {
alert("address found...");
}
return point;
}
);
}
Appreciate your help.
Thanks,
Karunakar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---