pittss / goMap

jQuery plugin for google maps api v3
http://www.pittss.lv/jquery/gomap/
32 stars 10 forks source link

$.goMap.getZoom() #3

Closed behzadev closed 11 years ago

behzadev commented 11 years ago

Is there anyway to get the zoom level of the map? something like: $.goMap.getZoom();

Thanks

pittss commented 11 years ago

try $.goMap.map.getZoom();

behzadev commented 11 years ago

@pittss Thanks a lot, it would be good if it could be added to documentation somehow since I searched the whole Google, there we no example of this. Thanks again.