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

Description

Specifies the drawing style for a AGSKMLNode.

Controls the drawing style for the icon, line, polygon, and/or label of a KML Node. The style is made up of several substyles, including AGSKMLIconStyle, AGSKMLLineStyle, AGSKMLPolygonStyle, and AGSKMLLabelStyle. Not all node types support styling. For example, an AGSKMLTour node cannot be styled.

Since
100.6
Inheritance diagram for AGSKMLStyle:
AGSObject

Class Methods

(instancetype) + KMLStyle
 

Properties

AGSKMLIconStyleiconStyle
 
AGSKMLLabelStylelabelStyle
 
AGSKMLLineStylelineStyle
 
AGSKMLPolygonStylepolygonStyle
 

Method Documentation

◆ KMLStyle

+ (instancetype) KMLStyle

Creates a KML style. Substyles can be modified.

Since
100.6

Property Documentation

◆ iconStyle

- (AGSKMLIconStyle*) iconStyle
readwritenonatomicstrong

Specifies how icons for point Placemarks are drawn.

Since
100.6

◆ labelStyle

- (AGSKMLLabelStyle*) labelStyle
readwritenonatomicstrong

Specifies how Placemark labels are drawn.

Since
100.6

◆ lineStyle

- (AGSKMLLineStyle*) lineStyle
readwritenonatomicstrong

Specifies the drawing style for all lines.

Since
100.6

◆ polygonStyle

- (AGSKMLPolygonStyle*) polygonStyle
readwritenonatomicstrong

Specifies the drawing style for polygons.

Since
100.6