geoview-core
    Preparing search index...

    Interface EsriSimpleMarkerSymbol

    interface EsriSimpleMarkerSymbol {
        angle: number;
        color: TypeEsriColor;
        outline: EsriSimpleLineSymbol;
        size: number;
        style: EsriSymbolStyle;
        type: "esriSMS";
        xoffset: number;
        yoffset: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    angle: number
    color: TypeEsriColor
    size: number
    type: "esriSMS"
    xoffset: number
    yoffset: number