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