On Dec 7, 5:02 pm, Esa <[email protected]> wrote: > > GClientGeocoder also provides a compromise between those: > > ExtendedData.LatLonBox
I don't think that's very reliable. Look at this example: http://maps.google.com/maps/geo?q=80299 <snip> "ExtendedData": { "LatLonBox": { "north": 39.7478904, "south": 39.7393000, "east": -104.9845000, "west": -104.9914601 } }, "Point": { "coordinates": [ -104.9845000, 39.7393000, 0 ] } The location of Point.coordinates is equal to ExtendedData.LatLonBox south-east corner. -- Marcelo - http://maps.forum.nu -- -- 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.
