forked from organicmaps/organicmaps
[ios] Changed accuracy for not in position mode.
This commit is contained in:
parent
6e8b2aab5a
commit
192c81a832
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ map<GeoMode, GeoModeSettings> const kGeoSettings{
|
|||
.battery = kCLLocationAccuracyBest}}},
|
||||
{GeoMode::NotInPosition,
|
||||
{.distanceFilter = 15,
|
||||
.accuracy = {.charging = kCLLocationAccuracyNearestTenMeters,
|
||||
.battery = kCLLocationAccuracyNearestTenMeters}}},
|
||||
.accuracy = {.charging = kCLLocationAccuracyBestForNavigation,
|
||||
.battery = kCLLocationAccuracyBest}}},
|
||||
{GeoMode::FollowAndRotate,
|
||||
{.distanceFilter = 5,
|
||||
.accuracy = {.charging = kCLLocationAccuracyBestForNavigation,
|
||||
|
|
Loading…
Add table
Reference in a new issue