MainPathSearchOptions
constructor(searchTime: Duration = DEFAULT_MAIN_PATH_SEARCH_TIME, searchDistancePolicy: PathSearchDistancePolicy)
Parameters
searchTime
Path search time. DEFAULT_MAIN_PATH_SEARCH_TIME if the horizon options do not specify a path search time.
searchDistancePolicy
Path search distance policy. It determines whether the horizon engine must search along the entire route (see RouteLengthPolicy) or within an explicitly specified distance (see ExplicitDistancePolicy).