map_view_provider

specifies the map provider

string map_view_provider;

Values

  • "googleMap"|"openStreetMaps"|"mapbox"
  • Example

    scheduler.config.map_view_provider = "googleMap";
    ...
    scheduler.init('scheduler_here',new Date(2024,05,11),"map");

    Applicable views:Map View
    Details

    The property requires the map_view plugin to be activated.

    You can also specify the map provider inside the map_settings configuration object.

    Change log

    added in v7.1

    Back to top