SENTHarshDrivingEvent

SWIFT_CLASS_NAMED("HarshDrivingEvent")
@interface SENTHarshDrivingEvent : SENTDrivingEvent

SENTHarshDrivingEvent API

confidence

The confidence in the harsh event, between 0 and 100.

@property (nonatomic, readonly) NSInteger confidence;

endDate

The end date of the event.

@property (nonatomic, readonly, strong) SENTDate * _Nonnull endDate;

magnitude

Returns the magnitude of the harsh event, in m/s^2.

@property (nonatomic, readonly) float magnitude;

startDate

The start date of the event.

@property (nonatomic, readonly, strong) SENTDate * _Nonnull startDate;

type

The type of harsh event. See HarshDrivingEvent.

@property (nonatomic, readonly) enum SENTHarshDrivingEventType type;

waypoints

Transport waypoints that indicate the segment of the transport where the event occurred.

@property (nonatomic, readonly, strong) NSArray<SENTWaypoint *> * waypoints;

Last updated