Options
All
  • Public
  • Public/Protected
  • All
Menu

These options specify the way the style of a Feature should be modified on a map.

Hierarchy

  • FeatureStyleOptions

Index

Properties

fillColor?: string

Hex RGB string (like "#00FF00" for green). Only applies to polygon geometries.

fillOpacity?: number

The fill opacity between 0.0 and 1.0. Only applies to polygon geometries.

strokeColor?: string

Hex RGB string (like "#00FF00" for green).

strokeOpacity?: number

The stroke opacity between 0.0 and 1.0. Only applies to line and polygon geometries.

strokeWeight?: number

The stroke width in pixels. Only applies to line and polygon geometries.

Generated using TypeDoc