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