Options
All
  • Public
  • Public/Protected
  • All
Menu

Variant of MarkupTemplate for point markup

param

The esri.symbol.SimpleMarkerSymbol style for this symbol

param

The size of the point

param

The color of the point as a numeric array

param

The color of the point's outline, if any.

param

The esri.symbol.SimpleLineSymbol style for the outline

param

The width of the outline.

Hierarchy

Index

Properties

color

color: number[]

hash

hash: LazyObservable<number>

name

name: string

Optional outlineColor

outlineColor: number[]

Optional outlineStyle

outlineStyle: string

Optional outlineWidth

outlineWidth: number

selected

selected: Observable<boolean>

size

size: number

style

style: string

toJsonString

toJsonString: function

Type declaration

    • (): string
    • Returns string

toSymbol

toSymbol: function

Type declaration

    • (): Symbol
    • Returns Symbol

type

type: string