Annotation

public protocol Annotation

Undocumented

  • The unique identifier of the annotation.

    Declaration

    Swift

    var identifier: String { get }
  • The optional title for an annotation. It will be displayed if callouts are enabled.

    Declaration

    Swift

    var title: String? { get set }
  • The geometry associated with an annotation.

    Declaration

    Swift

    var type: AnnotationType { get }
  • A Boolean value that indicates whether an annotation is selected, either programmatically or via user-interactions.

    Declaration

    Swift

    var isSelected: Bool { get set }
  • Properties associated with the annotation

    Declaration

    Swift

    var userInfo: [String : Any]? { get }