Description

Location accuracy is ignored by ULocationServicesIOSImpl:

bool ULocationServicesIOSImpl::InitLocationServices(ELocationAccuracy Accuracy, float UpdateFrequency, float MinDistance)
 {
         ...
     return [LocationDelegate initLocationServices:kCLLocationAccuracyHundredMeters distanceFilterValue:distanceFilter];
 }

Apparently the passed in ELocationAccuracy param should be converted to the first param of initLocationServices, rather than using the hardcoded kCLLocationAccuracyHundredMeters.

Steps to Reproduce

locationAccuracy = kCLLocationAccuracyHundredMeter moved to default

 

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-57876 in the post.

0
Login to Vote

Fixed
ComponentUE - Platform - Mobile
Affects Versions4.19
Target Fix4.20
Fix Commit4021188
Main Commit4047603
Release Commit4095966
CreatedApr 17, 2018
ResolvedApr 23, 2018
UpdatedJun 23, 2018