21 #import <ArcGIS/AGSViewController.h> 22 #import <ArcGIS/AGSPopupAttachment.h> 46 @class AGSPopupViewController;
70 #pragma mark initializers 76 -(instancetype)initWithPopups:(nullable NSArray<
AGSPopup*>*)popups;
83 +(instancetype)popupsViewControllerWithPopups:(nullable NSArray<
AGSPopup*>*)popups;
86 #pragma mark properties 93 @property (nonatomic, weak, nullable) id<AGSPopupsViewControllerDelegate>
delegate;
99 @property (nonatomic, copy, nullable) NSArray<AGSPopup*> *popups;
139 -(void)showAdditionalPopups:(NSArray<
AGSPopup*> *)popups;
150 -(void)finishEditingCurrentPopupWithCompletion:(nullable
void(^)(NSError *__nullable error))completion;
188 @property (nonatomic, strong, readonly, nullable) UIBarButtonItem *
doneButton;
201 @property (nonatomic, strong, readonly, nullable) UIBarButtonItem *
actionButton;
Defines common members for all specific types of geometry.
Definition: AGSGeometry.h:106
A builder to build geometries.
Definition: AGSGeometryBuilder.h:35
A class that allows the user to sketch geometries on the map.
Definition: AGSSketchEditor.h:68