ViewAnnotationManagerError

public struct ViewAnnotationManagerError : Error, Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let message: String
  • This view has alread been added

    Declaration

    Swift

    public static let viewIsAlreadyAdded: ViewAnnotationManagerError
  • The specified associated feature Id is already in use

    Declaration

    Swift

    public static let associatedFeatureIdIsAlreadyInUse: ViewAnnotationManagerError
  • The specified annotation was not found

    Declaration

    Swift

    public static let annotationNotFound: ViewAnnotationManagerError
  • The required geometry field is missing

    Declaration

    Swift

    public static let geometryFieldMissing: ViewAnnotationManagerError