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:
authorExMix <rahuba.youri@mapswithme.com>2014-10-03 22:52:11 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:21 +0300
commit04bd479bd66a95883ac906b1f745d19bde567b8d (patch)
tree88818b31acd080219a52bad74f82bd136b7bf23f /map/location_state.hpp
parent75b67819baa9c666ca0657c76a7cc1d35dad4d69 (diff)
[core, android] button "go" and core support for it
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index d77dd77954..f42f988fbb 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -60,7 +60,8 @@ namespace location
bool IsModeHasPosition() const;
void SwitchToNextMode();
- void StartRoutingMode();
+ void RouteBuilded();
+ void StartRouteFollow();
void StopRoutingMode();
int AddStateModeListener(TStateModeListener const & l);