Open sleepylucy opened 5 years ago
Hmm.. good question. I will look today and let you know.
Thanks!
So, in looking at the documentation vs the code, I believe the read me is correct, and the header comment is wrong.
Calling subscribeToSignificantLocationChangesWithBlock subscribes, meaning in the code it keeps around the block until the caller specifically cancels it.
I'll adjust the comment in the code tomorrow and mention it here (and tag you).
Thanks for bringing this up @sleepylucy 👍
I was checking out the documentation for
subscribeToLocationUpdates
, and I noticed there's a difference between the Readme.md and the comment above the function The Readme.md says:Meanwhile the comment above
subscribeToSignificantLocationChangesWithBlock
reads:Which one is it now?