API (v2.0.0) - Giro3D
    Preparing search index...

    Interface FeatureStyle

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

    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.