ARTAnnotationAction

Objective-C

enum ARTAnnotationAction : NSUInteger {}

Swift

enum ARTAnnotationAction : UInt, @unchecked Sendable

Enumerates the possible values of the action field of an ARTAnnotation

  • A created annotation.

    Declaration

    Objective-C

    ARTAnnotationCreate

    Swift

    case create = 0
  • A deleted annotation.

    Declaration

    Objective-C

    ARTAnnotationDelete

    Swift

    case delete = 1