Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an instance of a symbol present in the exported map.

Hierarchy

  • ExportSymbol

Index

Properties

angle

angle: number

Angle of the symbol.

height

height: number

Image height.

imageData

imageData: string

The base64 encoded representation of the image, if it was available. If not, url should be used.

type

type: string

The type of symbol.

url

url: string

The URL of the symbol, if it's a {@link esri.symbols.PictureMarkerSymbol}

width

width: number

Image width.

xoffset

xoffset: number

The x axis offset.

yoffset

yoffset: number

The y axis offset.