Merge commit '7312560f48' into traffic

# Conflicts:
#	iphone/Maps/UI/Settings/SettingsNavigationView.swift
#	libs/drape_frontend/rule_drawer.cpp
#	libs/traffic/traffic_info.cpp
This commit is contained in:
mvglasow
2025-11-21 22:33:12 +02:00
803 changed files with 13591 additions and 7562 deletions

View File

@@ -385,7 +385,7 @@ void TrafficManager::UpdateMyPosition(MyPosition const & myPosition)
{
// Side of square around |myPosition|. Every mwm which is covered by the square
// will get traffic info.
double const kSquareSideM = 5000.0;
double constexpr kSquareSideM = 5000.0;
m_currentPosition = {myPosition, true /* initialized */};
if (!m_currentPositionLazy.second