summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLLocationManager.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Mapbox's Location Manager new API. (#12013)Fabian Guerra Soto2018-07-201-0/+181
* [ios] The new location manager API provides two new protocols MGLLocationManager and MGLLocationManagerDelegate to handle the location cycle and updates respectively. This enables developers to chose the appropriate location provider according to their needs, or transition between outdoors/indoors location updates. It does provide a default implementation based on CLLocationManager.