Options
All
  • Public
  • Public/Protected
  • All
Menu

Variant of MarkupTemplate used for PictureMarkerSymbols

param

The image to use. Can be a http or data url.

param

The size of the image. For rectangular images this will be the height.

param

The ratio of the width to the height. Stored this way so images can be easily scaled

param

The x offset of the image's anchor point. Stored as a ratio of offset to image width for scaling.

param

The y offset of the image's anchor point. Stored as a ratio of offset to image height for scaling.

Hierarchy

Index

Properties

angle

angle: number

hash

hash: LazyObservable<number>

id

id: string

name

name: string

selected

selected: Observable<boolean>

size

size: number

toJsonString

toJsonString: function

Type declaration

    • (): string
    • Returns string

toSymbol

toSymbol: function

Type declaration

    • (): Symbol
    • Returns Symbol

type

type: string

url

url: string

widthRatio

widthRatio: number

xoffset

xoffset: number

yoffset

yoffset: number