Skip to content

Documentation / geoverse / PolylineOptions

Interface: PolylineOptions

Defined in: types.ts:227

Properties

cancelBubble?

ts
optional cancelBubble?: boolean;

Defined in: types.ts:231


path?

ts
optional path?: LngLat[];

Defined in: types.ts:228


strokeColor?

ts
optional strokeColor?: string;

Defined in: types.ts:229


strokeWeight?

ts
optional strokeWeight?: number;

Defined in: types.ts:230