19 #import <ArcGIS/AGSObject.h> 40 #pragma mark initializers 58 -(instancetype)initWithGeoElement:(
id<
AGSGeoElement>)geoElement;
74 +(instancetype)popupWithGeoElement:(
id<
AGSGeoElement>)geoElement;
77 #pragma mark properties 88 @property (nonatomic, strong, readonly) id<AGSGeoElement> geoElement;
93 @property (nullable, nonatomic, copy, readonly) NSString *
title;
128 -(NSString*)formattedValueForField:(
AGSPopupField*)popupField;
140 -(nullable NSString*)stringForTemplatedString:(NSString*)templatedString;
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:51
Definition: AGSObject.h:21
An abstract representation of geographic entities on a map.
Definition: AGSGeoElement.h:37
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:32