Skip to content

Documentation / geoverse / CircleOptions

Interface: CircleOptions

Defined in: types.ts:209

Properties

cancelBubble?

ts
optional cancelBubble?: boolean;

Defined in: types.ts:215


center?

ts
optional center?: LngLat;

Defined in: types.ts:210


fillColor?

ts
optional fillColor?: string;

Defined in: types.ts:214


radius?

ts
optional radius?: number;

Defined in: types.ts:211


strokeColor?

ts
optional strokeColor?: string;

Defined in: types.ts:212


strokeWeight?

ts
optional strokeWeight?: number;

Defined in: types.ts:213