Tracking more than 100 simultaneous geofences with the new Android API

后端 未结 2 906
春和景丽
春和景丽 2020-12-29 00:47

I have around 3500 geographical points of interest in an area of 9000 km^2, and I want my app to run in the background and notify the user whenever he or she is in proximity

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 00:56

    I think there is a limit of 100 geofences. I am not sure if this is per application or per application per user. I have not test this idea, but can you register the first 100 locations closest to your location?

提交回复
热议问题