HorizonResult

class HorizonResult(val options: HorizonOptions, val snapshot: HorizonSnapshot, val position: HorizonPosition)

Output of the horizon engine, consisting of one horizon snapshot, vehicle position and set of previously registered horizon options.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(options: HorizonOptions, snapshot: HorizonSnapshot, position: HorizonPosition)

Properties

Link copied to clipboard

Set of previously registered horizon options.

Link copied to clipboard
Link copied to clipboard

Horizon snapshot generated by the horizon engine based on the set of previously registered horizon options.

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