PTTextAnnotationOptions
@interface PTTextAnnotationOptions : PTAnnotationOptions
An object that contains options for text (sticky note) annotations.
-
Whether the
PTPopupfor the annotation is shown when the annotation is tapped. The default value isYES.Declaration
Objective-C
@property (nonatomic) BOOL opensPopupOnTap;Swift
var opensPopupOnTap: Bool { get set }
PTTextAnnotationOptions Class Reference