Interface WebMapPictureMarkerSymbol

interface WebMapPictureMarkerSymbol {
    contentType?: string;
    height?: number;
    imageData?: string;
    type: "esriPMS";
    url?: string;
    width?: number;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

contentType?: string
height?: number
imageData?: string
type
url?: string
width?: number