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

    介面 GotoOptions

    移動至指定位置參數。

    interface GotoOptions {
        pos: PointLike3D;
        distance?: number;
        keepPosture?: boolean;
        epsg?: number;
        onFinish?: () => void;
        onAbort?: () => void;
    }
    索引

    屬性

    要飛到p點。

    distance?: number

    距離。

    0
    
    keepPosture?: boolean

    是否要保持目前姿態。

    false
    
    epsg?: number

    目標座標的epsg

    4326
    
    onFinish?: () => void

    移動完成後執行的回呼。

    onAbort?: () => void

    移動被中斷執行的回呼。