Interface InputModuleOptions

interface InputModuleOptions {
    bindEventsOnBodyElement?: boolean;
    clickTolerance?: number;
    interactiveMapObject?: any;
    longTouchMillSecond?: number;
    stopPropagationClassList?: string[];
}

Properties

bindEventsOnBodyElement?: boolean
clickTolerance?: number
interactiveMapObject?: any

用于交互的地图对象

longTouchMillSecond?: number

移动端长按3000ms,发送上下文菜单事件,如设置为0,则取消

stopPropagationClassList?: string[]

禁止向地图往下传递事件的class名称 默认包含 mapstopprop