ArcGIS Runtime SDK for iOS: AGSKMLLineStyle Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSKMLLineStyle Class Reference

Description

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).

Since
100.6
Inheritance diagram for AGSKMLLineStyle:
AGSKMLColorStyle AGSObject

Instance Methods

(instancetype) - initWithColor:width:
 

Class Methods

(instancetype) + KMLLineStyleWithColor:width:
 

Properties

AGSColorcolor
 
AGSKMLColorMode colorMode
 
double width
 

Method Documentation

◆ initWithColor:width:

- (instancetype) initWithColor: (AGSColor *)  color
width: (double)  width 

Creates a KML line style with a specified line color and width.

Parameters
colorThe KML line style's color. Default is RGBA(255,255,255,255).
widthof the KML line style, in pixels. Default is 1.0.
Since
100.6

◆ KMLLineStyleWithColor:width:

+ (instancetype) KMLLineStyleWithColor: (AGSColor *)  color
width: (double)  width 

Creates a KML line style with a specified line color and width.

Parameters
colorThe KML line style's color. Default is RGBA(255,255,255,255).
widthof the KML line style, in pixels. Default is 1.0.
Since
100.6

Property Documentation

◆ color

- (AGSColor*) color
readwritenonatomicstronginherited

The color.

Since
100.6

◆ colorMode

- (AGSKMLColorMode) colorMode
readwritenonatomicassigninherited

The color mode.

Since
100.6

◆ width

- (double) width
readwritenonatomicassign

Width of the KML line style, in pixels. Default is 1.0.

Since
100.6