TNGetLatestTripDetailResponse
@objcMembers
public class TNGetLatestTripDetailResponse : TNDriveMotionResponseBase
The response of the TNGetLatestTripDetailRequest(see {@link TNGetLatestTripDetailRequest}) that get latest 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