PathSearchDistance
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.