ArcGIS Runtime SDK for iOS
100.15
|
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.
Class Methods | |
(instancetype) | + KMLStyle |
Properties | |
AGSKMLIconStyle * | iconStyle |
AGSKMLLabelStyle * | labelStyle |
AGSKMLLineStyle * | lineStyle |
AGSKMLPolygonStyle * | polygonStyle |
+ (instancetype) KMLStyle |
Creates a KML style. Substyles can be modified.
|
readwritenonatomicstrong |
Specifies how icons for point Placemarks are drawn.
|
readwritenonatomicstrong |
Specifies how Placemark labels are drawn.
|
readwritenonatomicstrong |
Specifies the drawing style for all lines.
|
readwritenonatomicstrong |
Specifies the drawing style for polygons.