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

    介面 ImportKMLParameter

    匯入KML參數。

    interface ImportKMLParameter {
        url: string;
        name?: string;
        callback?: (scene: null | KMLScene) => void;
    }
    索引

    屬性

    url: string

    KML位址。

    name?: string

    場景名稱。

    callback?: (scene: null | KMLScene) => void

    完成後的回呼函式。