NextGIS Frontend
    Preparing search index...

    Interface GetCustomPaintOptions

    interface GetCustomPaintOptions {
        from: string | GetPaintFunction;
        options?: any;
        type: "get-paint";
    }

    Hierarchy

    • BasePaintTypes
      • GetCustomPaintOptions
    Index

    Properties

    Properties

    from: string | GetPaintFunction
    options?: any
    type: "get-paint"