Line

public class Line : Annotation

Represents the line on the map.

Public

  • List of coordinates for the line.

    Declaration

    Swift

    public var coordinates: [CLLocationCoordinate2D]
  • Declaration

    Swift

    public let annotationID: String
  • tag

    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 }