Translations:TAS:Pokročilé/Pluginy/SolverTech.Tasha.Plugins.Distances.HERE - Router/26/en

Z Solvertech
Skočit na navigaci Skočit na vyhledávání
Parameter Type Meaning
SearchRange int Limit the range of the area in which the route can be searched. A lower number speeds up the calculation but may result in a suboptimal solution. In meters.
UseDynamicRange bool Same meaning as SearchRange, but the value for SearchRange is calculated dynamically, according to the distance of the two farthest points in the matrix. When using UseDynamicRange, the SearchRange must not be filled
SearchRangeDistanceCoefficient float Coefficient for multiplying the distance of the two most distant points in the matrix to calculate SearchRange when using UseDynamicRange. Must be bigger than 1. Typically 1.5-2.0
AllowedTimeRangeInMinutes int Enabled time window.
EnableLastMileComputing bool It takes into account the distance and time of the so-called last mile - the distance that must be covered by other means (on foot, with a carriage) between the last navigation point (the road before the no-entry zone) and the specified address (the entrance of the building). You need to set "LastMileSpeedInMetersPerSecond"
LastMileSpeedInMetersPerSecond float Speed in m/s, to calculate the time spent moving to the last mile
LastMileRadiusInMeters int The maximum radius, in meters, around the specified location within which reverse geocoding will be performed to determine the navigation location.
UseCrowFlyCalculation bool Always returns distance and time. If it does not find the route, it calculates the values
UseCarIfTruckNotFound bool If it does not find a route for the truck, use the time and distance values as if it were a car
CrowFlyDistanceCoefficient float Coefficient by which the straight line distance between two points is multiplied when using UseCrowFlyCalculation
CrowFlyFirst bool

It first calculates the distances through the crowfly and then calculates the distances.