PathSearchDistance

data class PathSearchDistance(val maxHorizonLength: <Error class: unknown class> = Distance.ZERO)

Horizon path search distance configuration. It specifies the maximum horizon length.

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

Parameters

maxHorizonLength

The maximum length of the path in the horizon. If it is not specified, default value 0 will be used.

Throws

If maxHorizonLength is negative.

Constructors

Link copied to clipboard
constructor(maxHorizonLength: <Error class: unknown class> = Distance.ZERO)

Properties

Link copied to clipboard
val maxHorizonLength: <Error class: unknown class>