diff options
author | Jesse Bounds <jesse@rebounds.net> | 2016-02-24 18:01:48 -0800 |
---|---|---|
committer | Jesse Bounds <jesse@rebounds.net> | 2016-02-26 14:19:04 -0800 |
commit | 09c91008910746667b26d04eca679dfa5bb6b03b (patch) | |
tree | 710fead6e631c61f955887afbcfa47a282664d17 /CHANGELOG.md | |
parent | b3adb96e4a34123a337027f5d3ecc377e33397c3 (diff) | |
download | qtlocation-mapboxgl-09c91008910746667b26d04eca679dfa5bb6b03b.tar.gz |
Introduce MGLLocation Manager
https://github.com/mapbox/mapbox-gl-native/pull/4115
This change makes background data gathering more efficient by disabling
standard location updates when the device has been stationary for at
least five minutes. It also establishes region monitoring and
significant location change monitoring so that if the device appears to
be in motion again then background telemetry data collection can resume.
All of this reduces the amount of time required for telemetry data
collection to the time the device is in motion only. It also only
applies to host apps that already run in the background and have the
always location permission from their users.
This also includes some changes to make the internal pause/resume API of
the MGLMapboxEvents class less complex and autonomous. The side effects
of the map view waking or sleeping are no longer required for mapbox
events to work as intended.
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions