Hello,
In ...
var theEnd2;
geocoder.getLocations(sortti[clickedj].point, function(address){theEnd
= address.Placemark[0].address;theEnd2 = theEnd;alert(theEnd);});
alert(theEnd2);
Why does the first alert display a reverse geocoded address as
expected and the second alert displays "undefined"? How can I set
theEnd2 to the address displayed in the first alert?
Thank-you,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---