views:

33

answers:

1

how to control zooming out in google maps. I just need no zooming out

A: 

Regarding the google maps api chapter zoomlevels, the maximum zoom in is 22. So you should add to the static image url &zoom=22 so the final url would look something like:

http://maps.google.com/maps/api/staticmap?center=40.714728,-73.997672&zoom=22&size=800x800&sensor=false

sod
this does not help , as my is not a static map. but it reads kml files
Rahul Mehta
"kml zoom level" search first result: http://stackoverflow.com/questions/1690129/kml-google-map-specifying-the-zoom-level-of-an-embeded-map-in-an-iframe
sod
Rahul Mehta
Rahul Mehta
Rahul Mehta
i want to stop zooming out after certain limit . i tried with iframe and wanted to stop zooming out after certain limit
Rahul Mehta