TripNode

public struct TripNode : Equatable, Codable

Represents a pickup or dropoff

    • location: The location of the pickup or dropoff

    Declaration

    Swift

    public let location: String
  • Date

    The date of the pickup or drop off in a ISO8601 representation (e.g. 2019-01-15T16:00:00)

    Declaration

    Swift

    public let date: String