TNGetTripDetailResponse
@objcMembers
public class TNGetTripDetailResponse : TNDriveMotionResponseBase
The response of the TNGetLiveTripDetailRequest (see {@link TNGetLiveTripDetailRequest}) that get trip detail information.
-
Trip detail(see {@link TNTrip}).
Declaration
Swift
public let trip: TNTrip?
-
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, trip: TNTrip? = nil)
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws