[ios] Closes #308 - Display compass calibration alert

This commit is contained in:
Alex Zolotarev 2011-08-09 09:40:50 +02:00 committed by Alex Zolotarev
parent 24b338af72
commit 3982c2edeb

View file

@ -180,6 +180,12 @@ public:
}
}
// Display compass calibration dialog automatically
- (BOOL)locationManagerShouldDisplayHeadingCalibration:(CLLocationManager *)manager
{
return YES;
}
@end
location::LocationService * CreateAppleLocationService()