EarthSDK
    正在准备搜索索引...

    接口 OlViewChangedOptions

    interface OlViewChangedOptions {
        emitImmediately?: boolean;
        throttleMs?: number;
        usePostRender?: boolean;
        useRaf?: boolean;
    }
    索引

    属性

    emitImmediately?: boolean
    throttleMs?: number
    usePostRender?: boolean
    useRaf?: boolean