Options
All
  • Public
  • Public/Protected
  • All
Menu

The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.

Part of the Esri web map specification. See http://resources.arcgis.com/en/help/arcgis-web-map-json/.

Hierarchy

Index

Properties

Optional fixedSymbols

fixedSymbols: boolean

Indicates whether symbols should stay the same size in screen units as you zoom in. A value of true means the symbols stay the same size in screen units regardless of the map scale.

Optional labelingInfo

labelingInfo: LabelingInfo[]

An object defining the properties used for labeling the layer

Optional renderer

renderer: Renderer

A renderer object that provides the symbology for the layer.

Optional showLabels

showLabels: boolean

Defines whether a labels should be shown or not. This is only valid for sublayers.