Skip to content

Releases: himbeles/LocationProvider

v1.6.0

16 Jul 05:55
Compare
Choose a tag to compare

v1.5.0

18 Sep 14:18
Compare
Choose a tag to compare
  • Add macOS compatibility

v1.4.0

18 Sep 07:31
Compare
Choose a tag to compare
  • Add possibility to request different authorization levels for location access. This can be done via the new authorizationRequestType argument of the requestAuthorization method (defaulting to .authorizedWhenInUse-type request).

v1.3.0

15 Sep 12:45
29b3784
Compare
Choose a tag to compare

Make CLLocationManager attribute lm public.
This allows to inject more fine-grained settings into lm, such as desiredAccuracy, activityType, allowsBackgroundLocationUpdates, etc.