跳转到主要内容

map_error_position

警告

此功能已棄用。

Description

定义当事件位置无法确定时在地图上显示的位置

map_error_position: any

Example

scheduler.config.map_error_position = new google.maps.LatLng(51.477840, -0.001492);
...
scheduler.init('scheduler_here',new Date(2013,05,11),"map");

Default value: google.maps.LatLng(15, 15)

Applicable views: Map view

Details

注释

此属性需要启用 map_view 插件。

"错误位置"适用于以下情况:

  1. 当事件缺少一个或两个坐标(例如,坐标值为 '0'、'null' 或 'undefined')且 map_resolve_event_location 选项被关闭时。
  2. 当事件缺少一个或两个坐标且启用了 map_resolve_event_location 选项,但 scheduler 无法解析该位置时。

Change log

  • 自 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.