NextGIS Frontend
    Preparing search index...

    Interface PreparePaintOptions

    interface PreparePaintOptions {
        defaultPaint?: GeometryPaint;
        getPaintFunctions?: { [name: string]: GetPaintFunction };
        paint: Paint;
    }
    Index

    Properties

    defaultPaint?: GeometryPaint
    getPaintFunctions?: { [name: string]: GetPaintFunction }
    paint: Paint