Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 713 Bytes

Readme.md

File metadata and controls

25 lines (12 loc) · 713 Bytes

XOZLocationManager

This is a CLLocationManager based location manager for your project.

Currently they are 4 main features inside:

  1. Use it to check and or request for authorization status
  2. Use it to request device position or let you inform about updates
  3. Use it to activate region monitoring for 1..n regions. iOS normaly has a maximum of 20 regions, this class manages for you more then 20. It automatical registers the neares regions based on the position
  4. @TODO: implement Significant location changes, to let update regions to monitor, also based on events of this

Carthage

cartfile:

github "nobreak/XOZLocationManager" ~> 0.1.1

run on terminal:

carthage update