DriverBehaviourAnalysis

Analysis of driver behaviour in a single session

Constructors

Link copied to clipboard
constructor()
constructor(address: Long)

Properties

Link copied to clipboard

Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.

Link copied to clipboard

Get all mapped driving events (for drawing them on a map etc)

Link copied to clipboard

Get scores for this session (partial and aggregate)

Link copied to clipboard

End time of the session (Unix timestamp in milliseconds)

Link copied to clipboard

Distance driven in session (km)

Link copied to clipboard

Time driven in session (decimal minutes)

Link copied to clipboard

Speeding time in minutes

Link copied to clipboard

Tailgating time in minutes

Link copied to clipboard

Total time in minutes

Link copied to clipboard

Number of cornering events

Link copied to clipboard

Number of encountered stop signs

Link copied to clipboard

Number of harsh acceleration events

Link copied to clipboard

Number of harsh braking events

Link copied to clipboard

Number of ignored stop signs

Link copied to clipboard

Number of swerving events

Link copied to clipboard

Mean speed score

Link copied to clipboard

Speed variation score

Link copied to clipboard

Start time of the session (Unix timestamp in milliseconds)

Link copied to clipboard

Get flag telling whether the analysis is valid

Functions

Link copied to clipboard
fun finalize()

Overrides finalize that garbage collector will call when needed.

Link copied to clipboard

True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object

Link copied to clipboard
operator fun not(): Boolean

Checks if this object is valid.

Link copied to clipboard
fun release()

Releases the native referenced value of this object if: