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 -
TTLocationSource
See moreDeclaration
Objective-C
@protocol TTLocationSource <NSObject>Swift
protocol TTLocationSource : NSObjectProtocol -
TTPositionUpdate
See moreDeclaration
Objective-C
@protocol TTPositionUpdate <NSObject>Swift
protocol TTPositionUpdate : NSObjectProtocol -
TTCameraConfiguration
See moreDeclaration
Objective-C
@protocol TTCameraConfiguration <NSObject>Swift
protocol TTCameraConfiguration -
The viewport transform protocol. For concrete implemetation check TTCenterOnPoint and TTCenterOnGeometry.
See
TTCenterOnPointSee
TTCenterOnGeometryDeclaration
Objective-C
@protocol TTViewportTransform <NSObject>Swift
protocol TTViewportTransform : NSObjectProtocol -
TTMapViewCameraDelegate
See moreDeclaration
Objective-C
@protocol TTMapViewCameraDelegate <NSObject>Swift
protocol TTMapViewCameraDelegate : NSObjectProtocol -
TTMapViewGestureDelegate
See moreDeclaration
Objective-C
@protocol TTMapViewGestureDelegate <NSObject>Swift
protocol TTMapViewGestureDelegate : 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 <TTMapViewCameraDelegate, TTMapViewGestureDelegate>Swift
protocol TTMapViewDelegate : TTMapViewCameraDelegate, TTMapViewGestureDelegate -
TTMapTrafficDelegate
See moreDeclaration
Objective-C
@protocol TTMapTrafficDelegate <NSObject>Swift
protocol TTMapTrafficDelegate : 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 -
TTRouteDelegate
See moreDeclaration
Objective-C
@protocol TTRouteDelegate <NSObject>Swift
protocol TTRouteDelegate : NSObjectProtocol -
TTRouteManager class to manage interactions with drawing routes on map.
See moreDeclaration
Objective-C
@protocol TTRouteManager <NSObject>Swift
protocol TTRouteManager : NSObjectProtocol -
TTMapSourceVisitor protocol that represents map source visitor.
See moreDeclaration
Objective-C
@protocol TTMapSourceVisitor <NSObject>Swift
protocol TTMapSourceVisitor : NSObjectProtocol -
TTStyleManager protocol that represents map style manager.
See moreDeclaration
Objective-C
@protocol TTStyleManager <NSObject>Swift
protocol TTStyleManager : 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