Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

Any way to grab the map zoom level? #41

Closed unitedworx closed 8 years ago

unitedworx commented 9 years ago

hi all this is a superb plugin for easily grabbing lat and lon especially with the modal view.

I need to also grab the map zoom level. Any way I can do this?

Thanks in advance

xaviesteve commented 9 years ago

:+1: I'd love this too!

unitedworx commented 8 years ago

Found out I can grab the zoom like this var zoom = $('#geo-location-map').locationpicker('map').map.getZoom();

And set it as well when the map is loaded $('#geo-location-map').locationpicker('map').map.setZoom(14);