ArcGIS Runtime SDK for iOS: AGSLabelDefinition(AGSDeprecated) Category Reference
ArcGIS Runtime SDK for iOS  100.15
AGSLabelDefinition(AGSDeprecated) Category Reference

Instance Methods

(instancetype) - init
 

Class Methods

(instancetype) + labelDefinition
 

Method Documentation

◆ init

- (instancetype) init

Creates a label definition. The default AGSLabelDefinition will have an empty AGSLabelDefinition::expression and no AGSTextSymbol, and will not produce any text labels until those properties are set.

Since
100.1
Deprecated:
100.11. It is safer to construct an AGSLabelDefinition object using an AGSLabelExpression and AGSTextSymbol. This reduces the chance of AGSLabelDefinition being used with no AGSLabelDefinition::expression or AGSLabelDefinition::textSymbol, which would result in no labels being created.

Extends class AGSLabelDefinition.

◆ labelDefinition

+ (instancetype) labelDefinition

Creates a label definition. The default AGSLabelDefinition will have an empty AGSLabelDefinition::expression and no AGSTextSymbol, and will not produce any text labels until those properties are set.

Since
100.1
Deprecated:
100.11. It is safer to construct an AGSLabelDefinition object using an AGSLabelExpression and AGSTextSymbol. This reduces the chance of AGSLabelDefinition being used with no AGSLabelDefinition::expression or AGSLabelDefinition::textSymbol, which would result in no labels being created.

Extends class AGSLabelDefinition.