PathSearchDistance

class PathSearchDistance(val maxHorizonLength: Distance)

Horizon path search distance configuration.

The search distance defines the extent of the path in the horizon.

For more information on horizon paths see HorizonEngine.

For more information on horizon options see HorizonOptions.

Throws

Constructors

Link copied to clipboard
constructor(maxHorizonLength: Distance)

Properties

Link copied to clipboard

The maximum length of the path in the horizon.

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