SENTCallWhileMovingEvent
SWIFT_CLASS_NAMED("CallWhileMovingEvent")
@interface SENTCallWhileMovingEvent : SENTDrivingEvent
SENTCallWhileMovingEvent API
startDate
startDate
The start date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull startDate;
endDate
endDate
The end date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull endDate;
maxTraveledSpeedInMps
maxTraveledSpeedInMps
The maximum speed traveled during the call, in meters per second.
@property (nonatomic, readonly, strong) NSNumber * _Nullable maxTraveledSpeedInMps;
waypoints
waypoints
Transport waypoints that indicate the segment of the transport where the event occurred.
@property (nonatomic, readonly, strong) NSArray<SENTWaypoint *> * waypoints;
Last updated