sets the type of Google Maps
instead you use:
scheduler.config.map_settings = {
type: google.maps.MapTypeId.HYBRID
}
scheduler.config.map_type = google.maps.MapTypeId.HYBRID;
...
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