ArcGIS Runtime SDK for iOS
100.15
|
The drawing style (color, color mode, and line width) for all line geometry.
Specifies the drawing style (color, color mode, and line width) for all line geometry. Line geometry includes the outlines of outlined polygons and the extruded "tether" of Placemark icons (if extrusion is enabled).
Instance Methods | |
(instancetype) | - initWithColor:width: |
Class Methods | |
(instancetype) | + KMLLineStyleWithColor:width: |
Properties | |
AGSColor * | color |
AGSKMLColorMode | colorMode |
double | width |
- (instancetype) initWithColor: | (AGSColor *) | color | |
width: | (double) | width | |
Creates a KML line style with a specified line color and width.
color | The KML line style's color. Default is RGBA(255,255,255,255). |
width | of the KML line style, in pixels. Default is 1.0 . |
+ (instancetype) KMLLineStyleWithColor: | (AGSColor *) | color | |
width: | (double) | width | |
Creates a KML line style with a specified line color and width.
color | The KML line style's color. Default is RGBA(255,255,255,255). |
width | of the KML line style, in pixels. Default is 1.0 . |
|
readwritenonatomicstronginherited |
The color.
|
readwritenonatomicassigninherited |
The color mode.
|
readwritenonatomicassign |
Width of the KML line style, in pixels. Default is 1.0
.