Tracking multiple (20+) locations with iOS geofencing

前端 未结 5 1734
遥遥无期
遥遥无期 2020-12-02 08:34

An iOS application uses the geofencing for notifying the user about predefined nearby locations. The application is allowed to miss some location (the user is not getting a

5条回答
  •  不思量自难忘°
    2020-12-02 09:11

    You could reserve a location for a "meta-geofence" encompassing all the currently monitored locations. When the user leaves this geofence, the app will be notified. Then the app can update itself and stop tracking the farthest areas and start tracking new areas in the vicinity.

提交回复
热议问题