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:
-rw-r--r--platform/apple_location_service.mm6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/apple_location_service.mm b/platform/apple_location_service.mm
index ce65bc3b97..c083299fe3 100644
--- a/platform/apple_location_service.mm
+++ b/platform/apple_location_service.mm
@@ -180,6 +180,12 @@ public:
}
}
+// Display compass calibration dialog automatically
+- (BOOL)locationManagerShouldDisplayHeadingCalibration:(CLLocationManager *)manager
+{
+ return YES;
+}
+
@end
location::LocationService * CreateAppleLocationService()