Interface ImportKMLOptions

匯入KML參數

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

Hierarchy

  • ImportKMLParameter
    • ImportKMLOptions

Properties

Properties

callback?: ((scene) => void)

Type declaration

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

      Parameters

      Returns void

name?: string

場景名稱。

url: string

KML位址。

Generated using TypeDoc