TTOverlay

@interface TTOverlay : NSObject

A TTOveraly defines standard shapes such as a circle, polyline and polygon.

  • ID

    Private id for overlay.

    Declaration

    Objective-C

    @property (readonly, nonatomic) long ID;

    Swift

    var id: Int { get }