MarkedModel

Swift

public enum MarkedModel

Possible states in the “Marked” model.

  • The annotation has not been marked by the user (the default in this model).

    Declaration

    Swift

    case unmarked
  • The annotation has been marked by the user.

    Declaration

    Swift

    case marked