SENTHarshDrivingEvent

SWIFT_CLASS_NAMED("HarshDrivingEvent")
@interface SENTHarshDrivingEvent : SENTDrivingEvent

SENTHarshDrivingEvent API

startDate

The start date of the event.

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

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;

Last updated