Interface KMLCreateScreenOverlayParameter

KML螢幕Overlay參數物件。

interface KMLCreateScreenOverlayParameter {
    iconHref: string;
    address?: string;
    camera?: KMLCameraParameter;
    color?: ov.ColorLike;
    description?: string;
    lookAt?: KMLLookAtParameter;
    name?: string;
    overlayXY?: KMLVec2;
    phoneNumber?: string;
    rotationXY?: KMLVec2;
    screenXY?: KMLVec2;
    size?: KMLVec2;
}

Hierarchy

Properties

iconHref: string

圖片來源。

address?: string

地址。

攝影機參數

color?: ov.ColorLike

顏色。

description?: string

描述,通常為HTML。

攝影機朝向參數

name?: string

名稱。

overlayXY?: KMLVec2

圖片定位點。

phoneNumber?: string

電話號碼。

rotationXY?: KMLVec2

旋轉定位點。

screenXY?: KMLVec2

螢幕定位點。

size?: KMLVec2

大小。

x,y數值設定0為維持長寬比,-1為使用原尺寸。

Generated using TypeDoc