Builder

class Builder

Build a new EHorizonOptions

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun alertServiceOptions(alertServiceOptions: AlertServiceOptions): EHorizonOptions.Builder

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

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

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

Link copied to clipboard
fun build(): EHorizonOptions

Build the EHorizonOptions

Link copied to clipboard
fun expansion(expansion: Int): EHorizonOptions.Builder

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

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

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.