9 #import <UIKit/UIKit.h> 12 #define TOGGLE_BUTTON_PORTRAIT_OFFSET_X 110 13 #define UI_BAR_PORTRAIT_OFFSET_X 110 14 #define UI_BAR_PORTRAIT_OFFSET_Y 212 16 @protocol MSIMapPromptViewDelegate <MapWidgetBaseViewerDelegate>
17 -(void)selectionsMade:(NSMutableArray *)annotationList;
23 id<MSIMapPromptViewDelegate> __weak promptDelegate;
26 -(void)updateOnOrientationChange;
28 @property(nonatomic, weak) id<MSIMapPromptViewDelegate> promptDelegate;
UISegmentedControl * modeToggleButton
Definition: MapPromptView.h:21
Definition: MapPromptView.h:20
Definition: MSIMWBaseView.h:72