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