Library Mobile API Reference for iPhone  MicroStrategy 2019
<MapboxInteractionDelegate> Protocol Reference

#import <MicroStrategyMobileSDK-Swift.h>

Instance Methods

(void) - handleSingleTapWithTapRect:multiSelectMode:
 
(void) - handleLongPressWithTapRect:
 
(BOOL) - handlePanSelectWithSelectorInfo:
 
(void) - handleDoubleTapToMaxOrMin:
 
(void) - selectWithLocalSearchObject:
 
(void) - deselectWithLocalSearchObject:
 
(void) - highlightWithLocalSearchObjects:
 
(void) - dehighlightLocalSearchObjects
 
(void) - highlightWithOnlineSearchObject:
 
(void) - dehighlightWithOnlineSearchObject:
 
(void) - highlightWithOnlineSearchObjects:
 
(void) - dehighlightOnlineSearchObjects
 
(void) - confirmAfterMultiSelect
 
(void) - enterMultipleSelection
 
(void) - exitMultipleSelection
 
(void) - dismissTooltip
 
(void) - dissmissToolBarDetailView
 
(CLLocationCoordinate2D) - convertWithPoint:toCoordFrom:
 

Method Documentation

◆ confirmAfterMultiSelect()

- (void) confirmAfterMultiSelect

◆ convertWithPoint:toCoordFrom:()

- (CLLocationCoordinate2D) convertWithPoint: (CGPoint)  point
toCoordFrom: (UIView *_Nonnull)  SWIFT_WARN_UNUSED_RESULT 
required

◆ dehighlightLocalSearchObjects()

- (void) dehighlightLocalSearchObjects

◆ dehighlightOnlineSearchObjects()

- (void) dehighlightOnlineSearchObjects

◆ dehighlightWithOnlineSearchObject:()

- (void) dehighlightWithOnlineSearchObject: (MapPointElement *_Nonnull)  onlineSearchObject

◆ deselectWithLocalSearchObject:()

- (void) deselectWithLocalSearchObject: (MapPointElement *_Nonnull)  localSearchObject

◆ dismissTooltip()

- (void) dismissTooltip
optional

◆ dissmissToolBarDetailView()

- (void) dissmissToolBarDetailView
required

◆ enterMultipleSelection()

- (void) enterMultipleSelection

◆ exitMultipleSelection()

- (void) exitMultipleSelection

◆ handleDoubleTapToMaxOrMin:()

- (void) handleDoubleTapToMaxOrMin: (UITapGestureRecognizer *_Nonnull)  sender

◆ handleLongPressWithTapRect:()

- (void) handleLongPressWithTapRect: (CGRect)  tapRect

◆ handlePanSelectWithSelectorInfo:()

- (BOOL) handlePanSelectWithSelectorInfo: (MWSelectorInfo *_Nonnull)  SWIFT_WARN_UNUSED_RESULT

◆ handleSingleTapWithTapRect:multiSelectMode:()

- (void) handleSingleTapWithTapRect: (CGRect)  tapRect
multiSelectMode: (BOOL)  multiSelectMode 

◆ highlightWithLocalSearchObjects:()

- (void) highlightWithLocalSearchObjects: (NSDictionary< NSNumber *, NSArray< MapPointElement * > * > *_Nonnull)  localSearchObjects

◆ highlightWithOnlineSearchObject:()

- (void) highlightWithOnlineSearchObject: (MapPointElement *_Nonnull)  onlineSearchObject

◆ highlightWithOnlineSearchObjects:()

- (void) highlightWithOnlineSearchObjects: (NSArray< MapPointElement * > *_Nonnull)  onlineSearchObjects

◆ selectWithLocalSearchObject:()

- (void) selectWithLocalSearchObject: (MapPointElement *_Nonnull)  localSearchObject