PilotGaea 3D O'view
    正在準備搜尋索引...

    類型別名 TerrainViewEventMap

    視圖事件字典。

    type TerrainViewEventMap = {
        InputCompleted: (event: { success: boolean; geo: unknown }) => void;
        MeasureCompleted: (event: { success: boolean; geo: unknown }) => void;
        CameraPosChanged: (pos: GeoPoint, v: Geo3DPoint, up: Geo3DPoint) => void;
        Click: (mousePos: Geo3DPoint, mapPos: Geo3DPoint) => void;
        MoveEnd: () => void;
        MoveStart: () => void;
        MoveFunStop: () => void;
        MoveModeChanged: () => void;
        MouseDown: (
            button: number,
            mousePos: Geo3DPoint,
            mapPos: Geo3DPoint,
        ) => void;
        MouseUp: (button: number, mousePos: Geo3DPoint, mapPos: Geo3DPoint) => void;
        TouchStart: (event: TerrainViewTouchEvent) => void;
        TouchMove: (event: TerrainViewTouchEvent) => void;
        TouchEnd: (event: TerrainViewTouchEvent) => void;
    }
    索引

    屬性

    InputCompleted: (event: { success: boolean; geo: unknown }) => void

    輸入完成

    MeasureCompleted: (event: { success: boolean; geo: unknown }) => void

    測量完成

    CameraPosChanged: (pos: GeoPoint, v: Geo3DPoint, up: Geo3DPoint) => void

    相機位置改變

    Click: (mousePos: Geo3DPoint, mapPos: Geo3DPoint) => void

    滑鼠點擊

    MoveEnd: () => void

    移動結束

    MoveStart: () => void

    移動開始

    MoveFunStop: () => void

    移動方式結束

    MoveModeChanged: () => void

    移動方式改變

    MouseDown: (button: number, mousePos: Geo3DPoint, mapPos: Geo3DPoint) => void

    滑鼠按下

    MouseUp: (button: number, mousePos: Geo3DPoint, mapPos: Geo3DPoint) => void

    滑鼠彈起

    TouchStart: (event: TerrainViewTouchEvent) => void

    開始觸控

    TouchMove: (event: TerrainViewTouchEvent) => void

    觸控移動

    TouchEnd: (event: TerrainViewTouchEvent) => void

    結束觸控