I am developing an iOS application, one of its main functions is listening to the user's location. I need high location accuracy to know when a user is in certain areas, and I'm not sure which location service I should use.
AFAIK, a significant location change service provides low accuracy, right? I do not know exactly what a “significant change” should understand. I didn’t read about its accuracy in Apple docs, but I read something about it in some posts, so it won’t meet my needs. If so, I have to choose between a standard location service and regional monitoring. I know that a standard service can be set at the level of accuracy and the remote filter, but that seems to drain the battery. On the other hand, regional monitoring seems more efficient in terms of power level, but I'm not sure if I can achieve high accuracy with this service. And I need to track many areas; I do not know if this is possible, or only one can be provided.
Thanks in advance
source
share