Interface KMLCreatePhotoOverlayParameter

相片Overlay參數物件。

interface KMLCreatePhotoOverlayParameter {
    address?: string;
    camera?: KMLCameraParameter;
    color?: ov.ColorLike;
    description?: string;
    iconHref: string;
    lookAt?: KMLLookAtParameter;
    name?: string;
    phoneNumber?: string;
    viewVolume: KMLViewVolume;
}

Hierarchy

Properties

address?: string

地址。

攝影機參數

color?: ov.ColorLike

顏色。

description?: string

描述,通常為HTML。

iconHref: string

圖片來源。

攝影機朝向參數

name?: string

名稱。

phoneNumber?: string

電話號碼。

viewVolume: KMLViewVolume

可視體積。

Generated using TypeDoc