NextGIS Frontend
    Preparing search index...

    Interface IconPaint

    interface IconPaint {
        className?: string;
        html?: string;
        iconAnchor?: [number, number];
        iconSize?: [number, number];
        rotate?: number;
        svg?: HTMLElement;
        type: "icon";
    }

    Hierarchy

    • BasePaintTypes
      • IconPaint
    Index

    Properties

    className?: string
    html?: string
    iconAnchor?: [number, number]
    iconSize?: [number, number]
    rotate?: number
    svg?: HTMLElement
    type: "icon"