On Feb 15, 10:02 am, Raymond Doran <[email protected]> wrote:
> I need to be able to dynamically zoom based on region. I understand
> how to dynamically zoom based on markers but I have the need to go in
> reverse. I am looking up a person location by their ip address and
> then I want to pass that city, state, country onto google and get a
> region bounds. I notice if you go to maps.google.com and enter Japan
> it will zoom out to the whole country, if you put Overland Park, KS it
> will zoom to that region. How can I get those same results.
The geocoder returns
"ExtendedData": {
"LatLonBox": {
for its results, which is a guess at the bounds required to display
the region.
-- Larry
>
> Regards,
> Raymond Doran
--
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.