On May 22, 8:08 am, senk <[email protected]> wrote:
>
> please let me know if there is any parameter that i can send while
> requesting through http reverse geocoding to get an axact address or
> is there a way i can interpolate an address based on the extended data
> (latlonbox coordinates) and the lat/lng coordinates.

There's no parameter, and the bounding box isn't intended for that
purpose. It's intended to provide a reasonable bounds for a map.

What you could do is geocode both ends of the range and then
interpolate a result. It's entirely possible that both ends of the
range will yield the same result (in this case though, they don't) but
that's probably the best you will achieve.

13921 Lake Mary Jane Rd, Orlando: 28.364309,-81.171994
13929 Lake Mary Jane Rd, Orlando: 28.364119,-81.172417
which leads to the following result, assuming properties are evenly
spaced:
13925 Lake Mary Jane Rd, Orlando: 28.364214,-81.172205

Looking at the satellite view, and comparing that result with your
known result, I don't believe that interpolation is the thing to do.
Which may be why Google don't do it and simply return a range. If you
know the address and the location, why are doing this at all?

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