TNGetTripsResponse

@objcMembers
public class TNGetTripsResponse : TNDriveMotionResponseBase

The response of the TNGetTripsRequest(see {@link TNGetTripsRequest}) that get trips by time range.

  • Checks if there are more trips according to {@link TNGetTripsRequest}.

    Declaration

    Swift

    public let hasMore: Bool
  • The trips that hit the request query condition.

    Declaration

    Swift

    public let trips: [TNBasicTrip]
  • Undocumented

    Declaration

    Swift

    public init(status: TNResponseStatus, message: String? = nil, hasMore: Bool, trips: [TNBasicTrip])
  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public override func encode(to encoder: Encoder) throws