diff options
author | Jason Wray <jason@mapbox.com> | 2017-09-06 19:05:07 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-09-07 19:23:29 -0400 |
commit | e1ff826d2023eb2b3f366353e960057768bcc855 (patch) | |
tree | 3d0b2f700129c59681b48e6b315605f90132ce2f | |
parent | 218c720e9e8882e3d9070ce72ca3b4173c7835c8 (diff) | |
download | qtlocation-mapboxgl-e1ff826d2023eb2b3f366353e960057768bcc855.tar.gz |
[ios] Change user location heading filter to 1°
The default is 1.
-rw-r--r-- | platform/ios/src/MGLMapView.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm index 9f5ccaaa77..6121827d6c 100644 --- a/platform/ios/src/MGLMapView.mm +++ b/platform/ios/src/MGLMapView.mm @@ -4195,7 +4195,6 @@ public: } } - self.locationManager.headingFilter = 5.0; self.locationManager.delegate = self; [self.locationManager startUpdatingLocation]; |