map_initial_zoom

sets the initial zoom of Google Maps in the Map view

number map_initial_zoom;

Example

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


Default value:

1
Applicable views:Map View
Details

The property requires the map_view plugin to be activated.

See also
Back to top