|
ArcGIS Runtime SDK for iOS
100.15
|
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.
Instance Methods | |
| (instancetype) | - initWithAnimationEnabled:labelingEnabled: |
Class Methods | |
| (instancetype) | + viewLabelPropertiesWithAnimationEnabled:labelingEnabled: |
Properties | |
| BOOL | animationEnabled |
| BOOL | labelingEnabled |
| - (instancetype) initWithAnimationEnabled: | (BOOL) | animationEnabled | |
| labelingEnabled: | (BOOL) | labelingEnabled | |
Initialize this object with the provided parameters
| animationEnabled | whether label animations should be enabled |
| labelingEnabled | whether labels should be enabled |
| + (instancetype) viewLabelPropertiesWithAnimationEnabled: | (BOOL) | animationEnabled | |
| labelingEnabled: | (BOOL) | labelingEnabled | |
Initialize this object with the provided parameters
| animationEnabled | whether label animations should be enabled |
| labelingEnabled | whether labels should be enabled |
|
readwritenonatomicassign |
Specifies whether labels should animate or not
|
readwritenonatomicassign |
Specifies whether labels are enabled or not