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:
sod
2010-09-14 09:18:09
this does not help , as my is not a static map. but it reads kml files
Rahul Mehta
2010-09-14 09:21:30
"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
2010-09-14 09:24:59
Rahul Mehta
2010-09-14 09:31:27
Rahul Mehta
2010-09-14 09:32:51
Rahul Mehta
2010-09-14 09:46:19
i want to stop zooming out after certain limit . i tried with iframe and wanted to stop zooming out after certain limit
Rahul Mehta
2010-09-14 09:47:41