sets the initial position of the map
instead you can use:
scheduler.config.map_settings = {
initial_position: {
lat: 48.724,
lng: 8.215
}
}
scheduler.config.map_initial_position =new google.maps.LatLng(51.477840, -0.001492);
...
scheduler.init('scheduler_here',new Date(2013,05,11),"map");
The property requires the map_view plugin to be activated.
deprecated since v7.1
Back to top