map_initial_position

sets the initial position of the map

LatLng map_initial_position;

Example

scheduler.config.map_initial_position =new google.maps.LatLng(51.477840, -0.001492);
...
scheduler.init('scheduler_here',new Date(2013,05,11),"map");


Default value:

google.maps.LatLng(48.724, 8.215)
Applicable views:Map View
Details

The property requires the map_view plugin to be activated.

See also
Back to top