Skip to content

Documentation / geoverse / PolygonOptions

Interface: PolygonOptions

Defined in: types.ts:218

Properties

cancelBubble?

ts
optional cancelBubble?: boolean;

Defined in: types.ts:224


fillColor?

ts
optional fillColor?: string;

Defined in: types.ts:222


name?

ts
optional name?: string;

Defined in: types.ts:223


path?

ts
optional path?: LngLat[];

Defined in: types.ts:219


strokeColor?

ts
optional strokeColor?: string;

Defined in: types.ts:220


strokeWeight?

ts
optional strokeWeight?: number;

Defined in: types.ts:221