geoview-core
    Preparing search index...

    Interface EsriPictureMarkerSymbol

    interface EsriPictureMarkerSymbol {
        angle: number;
        contentType: string;
        height: number;
        imageData: string;
        type: "esriPMS";
        width: number;
        xoffset: number;
        yoffset: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    angle: number
    contentType: string
    height: number
    imageData: string
    type: "esriPMS"
    width: number
    xoffset: number
    yoffset: number