VehicleCrashEvent

Represents a vehicle crash event detected by the Sentiance SDK.

VehicleCrashEvent API

getConfidence()

int getConfidence()

Returns a confidence value between 0 and 100.

getDeltaV()

float getDeltaV()

Returns the delta-v estimated over the peak duration, in meter per second.

getLocation()

Location getLocation()

Returns the last known location prior to the crash.

getMagnitude()

float getMagnitude()

Returns the magnitude of the crash event in meter per second squared.

getPrecedingLocations()

List<Location> getPrecedingLocations()

Returns a list of recent locations (from the oldest to the most recent) leading up to this crash, within a certain timeframe.

getSpeedAtImpact()

float getSpeedAtImpact()

Returns the inferred speed at the moment of impact, in meter per second.

getTime()

long getTime()

Returns the UTC time of the crash event in milliseconds.

Last updated