Core Location region monitoring

前端 未结 5 1412
你的背包
你的背包 2020-12-24 04:28

Does anyone know any knowledge of using this:

- (void) startMonitoringForRegion:(CLRegion *)region desiredAccuracy:(CLLocationAccuracy)accuracy

I

5条回答
  •  情歌与酒
    2020-12-24 04:45

    You'll need to move rather a long way for the region-monitoring stuff to work. Its current granularity seems to be based on when it gets handed off from one cell tower to another—in my testing, I had to move a mile or more for it to register that I had definitively left a small region I'd set.

提交回复
热议问题