A unique ID to identify a specific annotation.
Declaration
Swift
public let annotationID: String
The coordinate region.
Declaration
Swift
public lazy var bounds: CoordinateBounds { get set }
List of coordinates for the line.
Declaration
Swift
public var coordinates: [CLLocationCoordinate2D]
Indicates if a given annotation can produce delegate call on MapDelegate
.
Declaration
Swift
public var isSelectable: Bool
Whether the Marker
in visible at the moment.
Declaration
Swift
public var isVisible: Bool { get set }
The name or title of the annotation.
Declaration
Swift
public var tag: String?