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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-08-04 13:59:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:59:21 +0300
commit389d00224b3cd9cf903126be54f6bb65699676d6 (patch)
tree69859156fac29872d9d9f6323ad9376168d8174c /map/framework.hpp
parent5d4b22d7464cc7735e42164e90826687c7a77aa5 (diff)
GetBestRouter vehicle router file existance check.
Diffstat (limited to 'map/framework.hpp')
-rw-r--r--map/framework.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 0c24dde99c..5298a68d47 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -575,7 +575,7 @@ public:
m2::PointD GetRouteEndPoint() const { return m_routingSession.GetEndPoint(); }
void SetLastUsedRouter(routing::RouterType type);
/// Returns the most situable router engine type. Bases on distance and the last used router.
- routing::RouterType GetBestRouter(m2::PointD const & startPoint, m2::PointD const & finalPoint) const;
+ routing::RouterType GetBestRouter(m2::PointD const & startPoint, m2::PointD const & finalPoint);
// Sound notifications for turn instructions.
inline void EnableTurnNotifications(bool enable) { m_routingSession.EnableTurnNotifications(enable); }
inline bool AreTurnNotificationsEnabled() const { return m_routingSession.AreTurnNotificationsEnabled(); }