forked from organicmaps/organicmaps
Reducing factors for cumulative turn direction calculation.
This commit is contained in:
parent
ecd8e69a7b
commit
36912bcb63
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ using namespace routing::turns;
|
|||
namespace
|
||||
{
|
||||
double const kFeaturesNearTurnMeters = 3.0;
|
||||
size_t constexpr kMaxPointsCount = 7;
|
||||
double constexpr kMinDistMeters = 300.;
|
||||
size_t constexpr kMaxPointsCount = 5;
|
||||
double constexpr kMinDistMeters = 200.;
|
||||
size_t constexpr kNotSoCloseMaxPointsCount = 3;
|
||||
double constexpr kNotSoCloseMinDistMeters = 30.;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue