48,344
edits
Changes
Maps
,→enablefullscreen
Fullscreen works better for leaflet maps but which do not have satellite mode
<b>NOTE:</b> Don't use this on maps service=google as it's broken.
Instead, enabled:
mapOptions.fullscreenControl = $.inArray('type', options.controls) != -1;
.. in jquery.googlemap.js for all Google maps to display the native Google full-screen toggle in the right corner.
== resizable ==