How to make Geo Fencing alert more accurate in Android

后端 未结 5 1867
悲&欢浪女
悲&欢浪女 2020-12-08 06:15

Hello I am trying to add feature of Geo Fence in Android. I am using the http://developer.android.com/training/location/geofencing.html for creating and monitoring Geo Fence

5条回答
  •  粉色の甜心
    2020-12-08 06:17

    I also had problems with the geofence system jumping in and out of my geofences and then i read this (Quote from official docs):

    There is no reliable network connectivity inside your geofence. If there is no reliable data connection, alerts might not be generated. This is because the geofence service depends on the network location provider which in turn requires a data connection.

    From the official geofence documentation

提交回复
热议问题