On Mar 30, 5:46 am, "[email protected]" <[email protected]> wrote:
> 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.


http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines

However this may also be of use:
Part 16 Geocoding with error handling
http://econym.org.uk/gmap/geo.htm

  -- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to