Interface PointEntityBaseParameter

點圖素基本參數。

interface PointEntityBaseParameter {
    LaterAddToSource?: boolean;
    Point: GeoPoint;
    ReturnType?: "SELF";
    TextStyle?: CTextStyle;
    Tooltip: string;
}

Hierarchy

Properties

LaterAddToSource?: boolean

是否稍後再加入。

Point: GeoPoint

點幾何。

ReturnType?: "SELF"

回傳型態,"SELF"為ol.Feature。

TextStyle?: CTextStyle

文字樣式。

Tooltip: string

提示文字。

Generated using TypeDoc