How do I use the Android Geofencing API?

前端 未结 5 813
醉梦人生
醉梦人生 2020-12-05 03:02

I have been testing the new Google Play Geofencing service API.

I downloaded the sample code from the Android developers site. Next, I ran the example code on an And

5条回答
  •  醉话见心
    2020-12-05 03:32

    Wifi is used to help track your location. Using wifi signals and cell signals to triangulate your position is a more power efficient solution than having your GPS running constantly. Additionally it works in situations where GPS wouldn't such as heavy multipath areas and indoors.

提交回复
热议问题