19 #import <ArcGIS/AGSObject.h> 20 #import <ArcGIS/AGSGeoElement.h> 55 #pragma mark initializers 64 -(instancetype)initWithGeometry:(nullable
AGSGeometry *)geometry symbol:(nullable
AGSSymbol *)symbol attributes:(nullable NSDictionary<NSString*,
id>*)attributes;
79 +(instancetype)graphicWithGeometry:(nullable
AGSGeometry *)geometry symbol:(nullable
AGSSymbol *)symbol attributes:(nullable NSDictionary<NSString*,
id>*)attributes;
82 #pragma mark properties 87 @property (nonatomic, strong, readonly) NSMutableDictionary<NSString*,id> *
attributes;
92 @property (nullable, nonatomic, strong, readwrite)
AGSGeometry *geometry;
103 @property (nonatomic, assign, readwrite, getter=isSelected) BOOL
selected;
108 @property (nonatomic, assign, readwrite, getter=isVisible) BOOL
visible;
113 @property (nullable, nonatomic, strong, readwrite)
AGSSymbol *symbol;
121 @property (nonatomic, assign, readwrite) NSInteger
zIndex;
NSInteger zIndex
Definition: AGSGraphic.h:121
Defines common members for all specific types of geometry.
Definition: AGSGeometry.h:106
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:51
AGSGraphicsOverlay * graphicsOverlay
Definition: AGSGraphic.h:97
BOOL visible
Definition: AGSGraphic.h:108
BOOL selected
Definition: AGSGraphic.h:103
NSMutableDictionary< NSString *, id > * attributes
Definition: AGSGraphic.h:87
Definition: AGSObject.h:21
An abstract representation of geographic entities on a map.
Definition: AGSGeoElement.h:37
A graphic on top of a map.
Definition: AGSGraphic.h:51
An overlay to display graphics on the map.
Definition: AGSGraphicsOverlay.h:62