PTTextAnnotationOptions
@interface PTTextAnnotationOptions : PTAnnotationOptions
An object that contains options for text (sticky note) annotations.
-
Whether the
PTPopup
for 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 }