ngeo
    Preparing search index...

    Interface Style

    interface Style {
        circle?: Circle;
        fill?: Fill;
        regularShape?: RegularShape;
        stroke?: Stroke;
        zIndex?: number;
    }
    Index

    Properties

    circle?: Circle

    The circle config.

    fill?: Fill

    The fill color.

    regularShape?: RegularShape

    The regular shape config.

    stroke?: Stroke

    The stoke config.

    zIndex?: number

    The z index.