FairmaticEvent

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

Link copied to clipboard

The end location of the event. This may be null if a reliable location was not available when the event ended.

Link copied to clipboard

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.

Link copied to clipboard

The type of event.

Link copied to clipboard

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

Link copied to clipboard

Extra information for a Speeding event. i.e eventType == SPEEDING. This will be null for other event types.

Link copied to clipboard

The start location of the event. This may be null if a reliable location was not available when the event started.

Link copied to clipboard

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.

Link copied to clipboard

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.