MVTLayerBaseEvent

MVTLayer 事件基础类型

interface MVTLayerBaseEvent {
    currentTarget: MVTLayer;
    target: MVTLayer;
    type: string;
}

属性