Protocols
The following protocols are available globally.
-
TTCalloutView base protocol fro view displays additional information.
See moreDeclaration
Objective-C
@protocol TTCalloutView <NSObject>Swift
protocol TTCalloutView : NSObjectProtocol
-
The
See moreTTMapViewDelegateprotocol defines a set of optional methods that you can use to receive map-related update messages. Because many map operations require theTTMapViewclass to load data asynchronously, the map view calls these methods to notify your application when specific operations complete.Declaration
Objective-C
@protocol TTMapViewDelegate <NSObject>Swift
protocol TTMapViewDelegate : NSObjectProtocol
-
TTAnnotationDelegate uses methods to annotation and overlay views to manage interactions with those views.
See moreDeclaration
Objective-C
@protocol TTAnnotationDelegate <NSObject>Swift
protocol TTAnnotationDelegate : NSObjectProtocol -
TTAnnotationManager class to manage interactions with annotations.
See moreDeclaration
Objective-C
@protocol TTAnnotationManager <NSObject>Swift
protocol TTAnnotationManager : NSObjectProtocol
-
TTRouteManager class to manage interactions with drawing routes on map.
See moreDeclaration
Objective-C
@protocol TTRouteManager <NSObject>Swift
protocol TTRouteManager : NSObjectProtocol
-
TTTrackingManager class to manage interactions with tracking objects on map. @BETA
See moreDeclaration
Objective-C
@protocol TTTrackingManager <NSObject>Swift
protocol TTTrackingManager : NSObjectProtocol
Protocols Reference