From e1ff826d2023eb2b3f366353e960057768bcc855 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Wed, 6 Sep 2017 19:05:07 -0400 Subject: =?UTF-8?q?[ios]=20Change=20user=20location=20heading=20filter=20t?= =?UTF-8?q?o=201=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default is 1. --- platform/ios/src/MGLMapView.mm | 1 - 1 file changed, 1 deletion(-) 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]; -- cgit v1.2.1