Builder

class Builder

Build a new EHorizonOptions

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Control how Navigation SDK extracts road objects from the road graph and which objects are collected.

Link copied to clipboard

Override the minimum length to expand branches. If negative exception will be thrown.

Link copied to clipboard
Link copied to clipboard

Control access to enhanced data attributes (from ADAS data layer). Note: using enhanced data will require additional resources: bandwidth, disk space, and RAM. Note: regardless whether the flag is set, enhanced data will be accessible if ADASIS callback is set. Default value is false.

Link copied to clipboard

Override the number of levels to expand. If negative exception will be thrown.

Link copied to clipboard

Override the minimum length of the EHorizon ahead of the current position. If negative exception will be thrown.

Link copied to clipboard
fun minTimeDeltaBetweenUpdates(minTimeDeltaBetweenUpdates: Double?): EHorizonOptions.Builder

Override the minimum time delta between EHorizon updates. If negative exception will be thrown.