PathSearchDistance

data class PathSearchDistance(val maxHorizonLength: Distance = DEFAULT_HORIZON_LENGTH)

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, a default value DEFAULT_HORIZON_LENGTH will be used.

Throws

If maxHorizonLength is negative.

Constructors

Link copied to clipboard
constructor(maxHorizonLength: Distance = DEFAULT_HORIZON_LENGTH)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard