定义使用哪个地图提供商
scheduler.config.map_view_provider = "googleMap"; ... scheduler.init('scheduler_here', new Date(2024, 05, 11), "map");
此属性仅在启用 map_view 插件时有效。
也可以在 map_settings 配置对象中设置地图提供商。
v7.1版本新增