27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
47 #pragma mark initializers
55 #pragma mark properties
A KML icon style object.
Definition: AGSKMLIconStyle.h:42
Specifies how the name of a AGSKMLNode is drawn, including color and scale.
Definition: AGSKMLLabelStyle.h:41
The drawing style (color, color mode, and line width) for all line geometry.
Definition: AGSKMLLineStyle.h:40
Specifies the drawing style for all polygons in a KML node.
Definition: AGSKMLPolygonStyle.h:42
Specifies the drawing style for a AGSKMLNode.
Definition: AGSKMLStyle.h:45
AGSKMLLineStyle * lineStyle
Definition: AGSKMLStyle.h:70
AGSKMLIconStyle * iconStyle
Definition: AGSKMLStyle.h:60
AGSKMLPolygonStyle * polygonStyle
Definition: AGSKMLStyle.h:75
AGSKMLLabelStyle * labelStyle
Definition: AGSKMLStyle.h:65
Definition: AGSObject.h:28