I think you are stuck with asynchronous geocoding. At least with the built in functionality. I beleive you can configure a XMLHttpRequest request to be non asynchronous, so you could create a function that uses XMLHttpRequest directly, and calls the HTTP version of the Geocoder instead.
2009/2/10 vikram <[email protected]>: > > Hi, > > I would like to get the Latitude, Longitude by given a input as > address: > > For example: > > Address: Times Square, NY. > > I need to get the Lat, Long. > > I had tried with GetLocation method, but it works asynchronously, i > dont wont to call any asynchronous method. > > I would like u have a normal method that give Lat, Long. > > Appreciate ur help in advance. > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
