SENTHarshDrivingEvent

This class is part of an Early Access feature, and is subject to change in the future.

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