Path

public struct Path : Equatable

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

Public

  • Identifier of this path.

    Declaration

    Swift

    public let pathId: Int
  • Identifier of the parent path (0 if there is no parent path).

    Declaration

    Swift

    public let parentPathId: Int
  • Offset on the parent path of the stub where this path starts. (0 if there is no parent path).

    Declaration

    Swift

    public let offsetOnParentPath: Measurement<UnitLength>
  • Path geometry.

    Declaration

    Swift

    public let geometry: [CLLocationCoordinate2D]
  • Declaration

    Swift

    public static func == (lhs: Path, rhs: Path) -> Bool