HorizonResult

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

Output of the horizon engine, consisting of one horizon snapshot and a list of vehicle positions per each set of previously registered horizon subscription options.

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

Parameters

options

Set of previously registered horizon subscription options.

snapshot

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

position

The horizon position generated by the horizon engine.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard