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:
authorrachytski <siarhei.rachytski@gmail.com>2011-11-29 20:49:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:29:20 +0300
commit5a4bbb5dc9ce4ebc0597d2c03c09c60931b0eebf (patch)
tree0eb13043daaa6808aa81dfa6a5c4b44b704d8e2a /platform/location.hpp
parent61d5fd30b02167af6fa6caeb50aa065f617d8e37 (diff)
implemented LocationManager C++->Java binding.
Diffstat (limited to 'platform/location.hpp')
-rw-r--r--platform/location.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index 5080acaeaf..46b8417351 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -11,7 +11,7 @@ namespace location
enum TLocationStatus
{
- EStopped,
+ EStopped = 0,
EStarted,
EFirstEvent, //!< Sent when first valid coorinate is received
ENotSupported,
@@ -22,6 +22,7 @@ namespace location
{
EAppleNative,
EWindowsNative,
+ EAndroidNative,
EGoogle
};