map_zoom_after_resolve

sets the zoom that will be used to show the user's location, if the user agrees to the browser's offer to show it

number map_zoom_after_resolve;

Example

scheduler.config.map_zoom_after_resolve = 10;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

15
Applicable views:Map View
Details

The property requires the map_view plugin to be activated.

Back to top