TripNode public struct TripNode : Equatable, Codable Represents a pickup or dropoff location location: The location of the pickup or dropoff Declaration Swift public let location: String date 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 © 2024 BookingGo Cars SDK Team. All rights reserved. (Last updated: 2024-06-24) Generated by jazzy ♪♫ v0.14.4, a Realm project.