匯入KML參數。

interface ImportKMLParameter {
    url: string;
    callback?: ((scene) => void);
    name?: string;
}

Properties

Properties

url: string

KML位址。

callback?: ((scene) => void)

Type declaration

    • (scene): void
    • 完成後的回呼函式。

      Parameters

      Returns void

name?: string

場景名稱。

Generated using TypeDoc