Skip to main content

map_view_provider

Description

Specifies the map provider

map_view_provider: string

Values

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

Example

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

Default value: googleMap

Applicable views: Map view

Details

note

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
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.