How to make Geo Fencing alert more accurate in Android

后端 未结 5 1874
悲&欢浪女
悲&欢浪女 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:19

    I summarized the best practices from several StackOverflow threads regarding Geofencing in Android in a sample project on Github called Geofencer. This can be used to as a reference to implement GeoFencing into your application. It also allows to switch to a 3rd party GeoFencing implementation on the fly. I hope this is helpful for some of you!

提交回复
热议问题