Interface AddCustomPushpinProperty

新增自畫圖釘參數。

interface AddCustomPushpinProperty {
    point: GeoPoint;
    absHeight?: boolean;
    borderColor?: `#${string}`;
    borderSize?: number;
    color?: `#${string}`;
    font?: string;
    opacity?: number;
    pullUpY?: number;
    size?: number;
    symbol?: string;
    text?: string;
}

Hierarchy

Properties

point: GeoPoint

點幾何。

absHeight?: boolean

是否為絕對高。

Default Value

true
borderColor?: `#${string}`

文字邊框顏色。

Default Value

"#000000"
borderSize?: number

文字邊框大小。

Default Value

2
color?: `#${string}`

顏色。

Default Value

"#FFFFFF"
font?: string

文字字體。

Default Value

"Arial"
opacity?: number

不透明度。

Default Value

1
pullUpY?: number

Y偏移量。

Default Value

0
size?: number

文字大小。

Default Value

14
symbol?: string

圖片網址。

text?: string

文字。

Generated using TypeDoc