We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744bce9 commit a947431Copy full SHA for a947431
README.md
@@ -13,7 +13,7 @@ if you are using the simulator don't forget to simulate locations
13
14
## Features
15
- [x] Using new concurrency swift model around CoreLocation manager
16
-- [x] Customizable in terms of passing your custom CLLocationManagerDelegate
+- [x] Customizable in terms of passing a custom delegate(CLLocationManagerDelegate) conforming to **ILocationDelegate** protocol
17
- [x] Customizable in terms of CLLocationManager properties
18
- [x] Streaming current location asynchronously
19
- [x] Different strategies - Keep and publish all stack of locations since streaming has started or the last one
0 commit comments