I'm displaying the LocalSearchResults in an external div like...
                var options = {
                  resultList : document.getElementById("results"),
                  onSearchCompleteCallback  : sample
                };
                gLocalSearch = new google.maps.LocalSearch(options);

Now, after search, whenever I click on one of the search results, I
should display its Latitude and Longitude in another text box.

How can I achieve this? I tried adding Events to LocalSearch control.
But it didn't work. Any pointers please...!

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