Itinerary
public class Itinerary : Decodable, Hashable
-
Declaration
Swift
public let origin: Coordinate
-
Declaration
Swift
public let destination: Coordinate
-
Declaration
Swift
public let transitMode: TravelMode
-
Declaration
Swift
public let duration: TimeInterval
-
Declaration
Swift
public let legs: [Leg]
-
Declaration
Swift
public lazy var distance: Double { get set }
-
Declaration
Swift
public lazy var legsCoordinates: [Coordinate] { get set }
-
Declaration
Swift
public func getProjection(coordinate: Coordinate) -> Projection?
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public static func == (lhs: Itinerary, rhs: Itinerary) -> Bool