Line
public protocol Line : Annotation
The Line.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Coordinates.
Declaration
Swift
var coordinates: [CLLocationCoordinate2D] { get }
-
The coordinate region.
Declaration
Swift
var bounds: CoordinateBounds { get }
-
Is visible.
Declaration
Swift
var isVisible: Bool { get set }