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

Type declaration

  • Optional fill?: FillStyle

    The fill style to apply to Polygons and MultiPolygons geometries.

  • Optional point?: PointStyle

    The style to apply to Points and MultiPoints.

  • Optional stroke?: StrokeStyle

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