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