HorizonSnapshotState

class HorizonSnapshotState(val updateCounter: Int)

State of the horizon snapshot that the horizon engine generates based on a set of registered options.

Constructors

Link copied to clipboard
constructor(updateCounter: Int, resetCounter: Int)

State of the horizon snapshot that the horizon engine generates based on a set of registered options.

constructor(updateCounter: Int)

Properties

Link copied to clipboard

A counter incremented on each horizon reset. A horizon reset occurs following a map update, a vehicle profile update, a route update, language update or when the current input position does not belong to any of the existing horizon paths (for example, a jump to a new place).

Link copied to clipboard

A counter incremented on each horizon snapshot update.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String