|
ArcGIS Runtime SDK for iOS
100.15
|
Specifies how the name of a AGSKMLNode is drawn, including color and scale.
Controls how the AGSKMLNode::name is displayed. Corresponds to a <LabelStyle> in a KML document. Controls the color and scale of the name label.
AGSKMLNode::name
Instance Methods | |
| (instancetype) | - initWithColor:scale: |
Class Methods | |
| (instancetype) | + KMLLabelStyleWithColor:scale: |
Properties | |
| AGSColor * | color |
| AGSKMLColorMode | colorMode |
| double | scale |
| - (instancetype) initWithColor: | (AGSColor *) | color | |
| scale: | (double) | scale | |
Creates a KML label style with a specified label color and scale.
| color | Color of the label. Default is RGBA(255,255,255,255). |
| scale | Scale of the label. Default is 1.0. |
| + (instancetype) KMLLabelStyleWithColor: | (AGSColor *) | color | |
| scale: | (double) | scale | |
Creates a KML label style with a specified label color and scale.
| color | Color of the label. Default is RGBA(255,255,255,255). |
| scale | Scale of the label. Default is 1.0. |
|
readwritenonatomicstronginherited |
The color.
|
readwritenonatomicassigninherited |
The color mode.
|
readwritenonatomicassign |
Scale of the label. Default is 1.0.