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
scheduler.config.map_zoom_after_resolve = 10;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");
The property requires the map_view plugin to be activated.
You can also specify the zoom_after_resolve setting inside the map_settings configuration object.
Back to top