new GClientGeocoder().getLatLng(zip, function(latLng) {
        if (latLng === null) {
            alert('Please enter a postcode');
        }
       else {

               alert(latLng); // (53.1526, -92.4116)

              How do I get lat and Lng from latLng?

             I managed this so far:
              alert(latLng); // (53.1526, -92.4116)

               Is latLng just a string?
I could not find any documentation about getLatLng method.

        }
    });
--~--~---------~--~----~------------~-------~--~----~
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