ArcGIS Runtime SDK for iOS: AGSDrawingInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSDrawingInfo Class Reference

Description

Drawing information about a sub-layer of map or feature service.

Instances of this class represent drawing information about a sub-layer of a dynamic or feature service.

Since
100
Inheritance diagram for AGSDrawingInfo:
AGSObject

Properties

NSArray< AGSLabelingInfo * > * labelingInfo
 
AGSRendererrenderer
 
BOOL scaleSymbols
 
BOOL showLabels
 
double transparency
 

Property Documentation

◆ labelingInfo

- (NSArray<AGSLabelingInfo*>*) labelingInfo
readnonatomiccopy

An array of AGSLabelingInfo objects representing the labeling information associated with this sub-layer.

Since
100

◆ renderer

- (AGSRenderer*) renderer
readnonatomicstrong

The renderer assigned to the layer.

Since
100

◆ scaleSymbols

- (BOOL) scaleSymbols
readnonatomicassign

Determine whether the symbols are scaled or not.

Since
100

◆ showLabels

- (BOOL) showLabels
readnonatomicassign

Determine whether the labels are shown or not.

Since
100

◆ transparency

- (double) transparency
readnonatomicassign

The transparency of this layer as a value between 0(fully opaque) and 100(fully transparent)

Since
100