ZendriveExtrapolationDetails
@interface ZendriveExtrapolationDetails : NSObject
Wrapper for extrapolated details for a drive.
-
The additional distance that might be covered before the drive start is detected.
Declaration
Objective-C
@property (nonatomic) double extrapolatedDistance;
-
The estimated start location of the active drive.
Declaration
Objective-C
@property (nonatomic, strong) ZendriveLocationPoint *_Nonnull estimatedStartLocation;