SENTHarshDrivingEvent
SWIFT_CLASS_NAMED("HarshDrivingEvent")
@interface SENTHarshDrivingEvent : SENTDrivingEventSENTHarshDrivingEvent API
confidence
confidenceThe confidence in the harsh event, between 0 and 100.
@property (nonatomic, readonly) NSInteger confidence;
endDate
endDateThe end date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull endDate;
magnitude
magnitudeReturns the magnitude of the harsh event, in m/s^2.
@property (nonatomic, readonly) float magnitude;
startDate
startDateThe start date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull startDate;
type
typeThe type of harsh event. See HarshDrivingEvent.
@property (nonatomic, readonly) enum SENTHarshDrivingEventType type;
waypoints
waypointsTransport waypoints that indicate the segment of the transport where the event occurred.
@property (nonatomic, readonly, strong) NSArray<SENTWaypoint *> * waypoints;
Last updated