IP there is an 'up and coming change to the geocoder' that might help

http://groups.google.com/group/Google-Maps-API/browse_thread/thread/53c4525e8d01e75d/58c1b09987b39e26?lnk=gst&q=geocoder+pamela#58c1b09987b39e26

snippet:
And here's a real JSON output:
{"name":"-122.073212,37.400665","Status":{"code":
200,"request":"geocode"},"Placemark":[{"id":"p1","address":"Whisman
Elementary, United States","AddressDetails":{"Country":
{"CountryNameCode":"US","CountryName":"United States","AddressLine":
["Whisman Elementary"]},"Accuracy": 1},"ExtendedData":{"LatLonBox":
{"north":37.477838,"south":
37.391718,"east":-122.059105,"west":-122.115674}},"Point":
{"coordinates":[-122.072382,37.428434,0]}}

you can use the bottom left [sw] and top right [ne] to determine scale
and therefore zoom level.

Zoom 16 is a safe bet as default and override it, if the bounding box
is smaller.

Cities like Paris, Madrid go deeper.

Mapperz
http://mapperz.blogspot.com/

On Sep 17, 11:51 am, ip <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I m a new member of this group.
>
> Now I m involve in a google map project. It's description is as
> follows:
>
> - an address is specified in address box
> - now the address is geocoded to find latitude and longitude values to
> center the map with the highest available zoom factor in Sattlite
> view.
>
> but the main problem is how to know the highest available zoom factor
> of a particular location? I m not being able to handle this problem.
>
> I also went through the google map documentation and there i found
> some major cities can be viewed upto zoom level 21. Some are only
> visible at zoom 20. and some requires 17.
>
> I want to know the highest available zoom level of a requested
> location and display map accordingly.
>
> here is url:http://www.waituk.info/googlemap/
>
> i have used a constant zoomlevel 20 for all location request and some
> place, for example: 1600 Pennsylvania Ave, Washington DC, work well
> and some, for example: 25 Sturt St, Ballarat, Australia(map visible
> only on zoom level 17), do not work.
>
> Your helps are really appreciated.
>
> Thank you.
>
> Regards,
> IP
--~--~---------~--~----~------------~-------~--~----~
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