forked from organicmaps/organicmaps
[ios] Closes #308 - Display compass calibration alert
This commit is contained in:
parent
24b338af72
commit
3982c2edeb
1 changed files with 6 additions and 0 deletions
|
@ -180,6 +180,12 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// Display compass calibration dialog automatically
|
||||
- (BOOL)locationManagerShouldDisplayHeadingCalibration:(CLLocationManager *)manager
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
location::LocationService * CreateAppleLocationService()
|
||||
|
|
Loading…
Add table
Reference in a new issue