Line
public class Line : Annotation
Represents the line on the map.
-
List of coordinates for the line.
Declaration
Swift
public var coordinates: [CLLocationCoordinate2D]
-
Declaration
Swift
public let annotationID: String
-
Declaration
Swift
public var tag: String?
-
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 }