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>2012-10-13 17:09:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:45:25 +0300
commit4a831e7a53cfecf8c816a8cc4eebec5a211dca7a (patch)
tree5b740659cf408a506ff4d611c6b0c01250fb6a51 /platform/location.hpp
parente06eb093916a26d2d3ae4674c150e948c80f4e03 (diff)
refacatored iOS, Android and Desktop location updates handling.
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 b6df73b4e7..87261f68c1 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -11,7 +11,8 @@ namespace location
enum TLocationError
{
- EDenied
+ EDenied,
+ ENotSupported
};
enum TLocationSource