25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSCancelable.h>
28 #import <ArcGIS/AGSGeoElement.h>
48 #pragma mark initializers
65 -(instancetype)initWithGeoElement:(
id<
AGSGeoElement>)geoElement;
82 +(instancetype)popupWithGeoElement:(
id<
AGSGeoElement>)geoElement;
85 #pragma mark properties
115 @property (nonatomic, strong, readonly) id<AGSGeoElement>
geoElement;
120 @property (nullable, nonatomic, copy, readonly) NSString *
title;
165 -(NSString*)formattedValueForField:(
AGSPopupField*)popupField;
177 -(nullable NSString*)stringForTemplatedString:(NSString*)templatedString;
Definition: AGSObject.h:28
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:93
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:38
An abstract representation of geographic entities on a map.
Definition: AGSGeoElement.h:43