Type alias CustomPushpinEntityCommandParameter

CustomPushpinEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomPushpinParameter, "geo"> & {
    geo: GeoJSON.Point;
}

產生自畫圖釘圖素指令參數。

Type declaration

Generated using TypeDoc