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

Description

Label properties for AGSGeoView.

Instances of this class represent label properties for AGSGeoView that specify how the contents of the map or scene should be labeled.

Since
100
Inheritance diagram for AGSViewLabelProperties:
AGSObject

Instance Methods

(instancetype) - initWithAnimationEnabled:labelingEnabled:
 

Class Methods

(instancetype) + viewLabelPropertiesWithAnimationEnabled:labelingEnabled:
 

Properties

BOOL animationEnabled
 
BOOL labelingEnabled
 

Method Documentation

◆ initWithAnimationEnabled:labelingEnabled:

- (instancetype) initWithAnimationEnabled: (BOOL)  animationEnabled
labelingEnabled: (BOOL)  labelingEnabled 

Initialize this object with the provided parameters

Parameters
animationEnabledwhether label animations should be enabled
labelingEnabledwhether labels should be enabled
Returns
Initialized view label properties
Since
100

◆ viewLabelPropertiesWithAnimationEnabled:labelingEnabled:

+ (instancetype) viewLabelPropertiesWithAnimationEnabled: (BOOL)  animationEnabled
labelingEnabled: (BOOL)  labelingEnabled 

Initialize this object with the provided parameters

Parameters
animationEnabledwhether label animations should be enabled
labelingEnabledwhether labels should be enabled
Returns
Initialized view label properties
Since
100

Property Documentation

◆ animationEnabled

- (BOOL) animationEnabled
readwritenonatomicassign

Specifies whether labels should animate or not

Since
100

◆ labelingEnabled

- (BOOL) labelingEnabled
readwritenonatomicassign

Specifies whether labels are enabled or not

Since
100