On May 17, 4:43 pm, Gitted <[email protected]> wrote: > I want to get the exact lattitude/longitude information for a given > address, and the API (xml) is returning (see below) north, south, east > and west coordinates. > > I understand the point coordinates will set the marker on the map > accurately, but I also want to store the exact lat/long? I am doing > this server side not using json/javascript I am using XML. > > Can I get the lat/long accurately?
You get back a result which reflects the accuracy of your request. "Beverley Hills" isn't a particularly precise address. If you don't get a precise location you could calculate and use the centre of the bounding box returned instead. -- 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.
