Finding Location : Google Play Location Service or Android platform location APIs

后端 未结 2 578
礼貌的吻别
礼貌的吻别 2020-12-25 09:36

i am trying to get the users location for my new navigation app. i want to check the users location frequently and it has to be accurate . I use the following code from samp

2条回答
  •  庸人自扰
    2020-12-25 09:59

    Absolutely use the new google play location services. They work much better indoors than the old location manager. I have created a sample that uses the new google play location services and works in the background periodically. Check it out:

    https://github.com/nickfox/GpsTracker/tree/master/phoneClients/android

提交回复
热议问题