interface FeatureStyle {
    fill?: FillStyle;
    point?: PointStyle;
    stroke?: StrokeStyle;
}

Properties

Properties

fill?: FillStyle

The fill style to apply to Polygons and MultiPolygons geometries.

point?: PointStyle

The style to apply to Points and MultiPoints.

stroke?: StrokeStyle

The stroke style to apply to LineStrings, MultiLineStrings, Polygons and MultiPolygons.