Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Adds missing method for location test. (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Rex authored Sep 8, 2020
1 parent 27596da commit 5fab7cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platform/ios/Integration Tests/MGLTestLocationManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ - (void)locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading

- (BOOL)locationManagerShouldDisplayHeadingCalibration:(CLLocationManager *)manager { return NO; }

#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000
- (CLAccuracyAuthorization)accuracyAuthorization {
return CLAccuracyAuthorizationFullAccuracy;
}
#endif

@end

0 comments on commit 5fab7cc

Please sign in to comment.