PTAnnotationEditMode
enum PTAnnotationEditMode : NSUInteger {}
Annotation edit-modes control whether the current annotation author specified in the
PTAnnotationManager.annotationAuthorIdentifier property of a PTAnnotationManager instance
is able to edit annotations created by other authors.
-
Annotations can only be edited by their author.
Declaration
Objective-C
PTAnnotationModeEditOwnSwift
case modeEditOwn = 0 -
All annotations can be edited regardless of their author.
Declaration
Objective-C
PTAnnotationModeEditAllSwift
case modeEditAll = 1
PTAnnotationEditMode Enumeration Reference