Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 355b9f3b8d..dd85e74c4c 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -229,6 +229,7 @@ void Framework::OnLocationUpdate(GpsInfo const & info)
#endif
m_routingManager.OnLocationUpdate(rInfo);
+ m_localAdsManager.OnLocationUpdate(rInfo, GetDrawScale());
}
void Framework::OnCompassUpdate(CompassInfo const & info)