Fairmatic Event
Represents an interesting event detected by Fairmatic during a drive. Events like speeding, phone use can span a time duration and start a particular location and end at another location. Events like hard braking and rapid acceleration are instantaneous. The start and end timestamps and the start and end locations for instantaneous events are the same.
Properties
The end location of the event. This may be null if a reliable location was not available when the event ended.
The end timestamp of the event in millisecs since epoch. Events like speeding, phone use can span a time duration and start at a particular location and end at another location. Events like hard braking or rapid acceleration are instantaneous and have the same start and end timestamps and locations.
The type of event.
Indicates the severity of this event. Fairmatic may choose to report severity for some events only. For the ones where Fairmatic does not report severity, this value will be set to FairmaticEventSeverity.NOT_AVAILABLE
Extra information for a Speeding event. i.e eventType == SPEEDING. This will be null for other event types.
The start location of the event. This may be null if a reliable location was not available when the event started.
The start timestamp of the event in millisecs since epoch. Events like speeding, phone use can span a time duration and start at a particular location and end at another location. Events like hard braking or rapid acceleration are instantaneous and have the same start and end timestamps and locations.
Indicates the turn direction of this event. Fairmatic will report turn direction only for FairmaticEventType.HARD_TURN. This will be null for other event types.