Leg
public final class Leg : Decodable, Hashable
-
Declaration
Swift
public let start: Destination
-
Declaration
Swift
public let end: Destination
-
Declaration
Swift
public let transitMode: TravelMode
-
Declaration
Swift
public let duration: TimeInterval
-
Declaration
Swift
public let coordinates: [Coordinate]
-
Declaration
Swift
public let steps: [Step]
-
Declaration
Swift
public lazy var distance: CLLocationDistance { get set }
-
Declaration
Swift
public var isIndoor: Bool { get }
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public static func == (lhs: Leg, rhs: Leg) -> Bool