My application already uses geocoding. It turns the address that the user types into the search bar and automatically converts it to the Lat & Lng values and displays the area on the map I want. The problem is that I can't seem to retrieve the Lat & Lng values automatically, so that I can save that data into an XML file. The only way I can retrieve LatLng in any way seems to be by using the click event, which is not ideal for what I want to do. There must be an easier solution, but I can't find it.
On Dec 2, 9:13 am, ProbablyMike <[email protected]> wrote: > What you need is called geocoding, turns "London" for example to it's lat & > lng. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
