ArcGIS Runtime SDK for iOS
100.15
|
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(instancetype) | + labelDefinition |
- (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.
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.
+ (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.
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.