MQEstimatedTimeOfArrival
@interface MQEstimatedTimeOfArrival : NSObject
Describes ETA (Estimated Time of Arrival)
-
ETA (Estimated Time of Arrival) at the destination
Declaration
Objective-C
@property (readonly, atomic, nullable) NSDate *time;
Swift
var time: Date? { get }