Interface WebMapSimpleMarkerSymbol

interface WebMapSimpleMarkerSymbol {
    color?: EsriColor;
    outline?: WebMapSimpleLineSymbol;
    size?: number;
    style?: string;
    type: "esriSMS";
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

color?: EsriColor
size?: number
style?: string
type