TTCalloutView

Objective-C

@protocol TTCalloutView <NSObject>

Swift

protocol TTCalloutView : NSObjectProtocol

TTCalloutView base protocol fro view displays additional information.

  • When callout is attached to map either to annotation or any other displayable object provides coordinates anchor point. If callout is not attached to map is kCLLocationCoordinate2DInvalid

    Declaration

    Objective-C

    @optional
    @property (nonatomic, assign, unsafe_unretained, readwrite)
        CLLocationCoordinate2D coordinate;

    Swift

    optional var coordinate: CLLocationCoordinate2D { get set }