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:
authorYuri Gorshenin <y@maps.me>2017-07-13 13:43:58 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-07-14 12:36:42 +0300
commit9c71fbdcc07f920337af1113cb27289ce8b0c634 (patch)
tree6960ba1803feb5b314907af7e590ab1716ff5be9 /platform
parent92358135885b3f71767fa8b6fc53af160ae58d9d (diff)
[assessment-tool] Show user position on map, when available.
Diffstat (limited to 'platform')
-rw-r--r--platform/location.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index 38b5b4fe66..6311af4cf5 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -32,7 +32,8 @@ namespace location
EAndroidNative,
EGoogle,
ETizen,
- EPredictor
+ EPredictor,
+ EUser
};
/// Our structure ALWAYS has valid lat, lon and horizontal accuracy.