7.2.0 getZoom not available anymore ??
Opened this issue · 0 comments
phil123456 commented
Hello,
I get these errors with the recent update
map.getZoom is not a function
this code used to work
map=$("#map").gmap3("get");
map.getZoom()...
tried this
map=$("#map").gmap3({action:'get',name:'map'});
map.getZoom()...
but still the same... how to I get the current zoom ?
thanks