何时使用LocationManager或Google Apis获取位置

时间:2016-02-10 15:46:00

标签: android google-api

LocationManager个课程来获取位置,但您也可以使用Google Apis with LocationServices.API

现在我只想知道,使用低电量电量,用户是哪个国家。

我应该使用哪一个?何时使用?

1 个答案:

答案 0 :(得分:2)

Google建议您使用新的Google Play服务位置API。

  

Google Play服务位置API优先于Android框架位置API(android.location),作为向您的应用添加位置感知的一种方式。如果您当前正在使用Android框架位置API,强烈建议您尽快切换到Google Play服务位置API。

来源:http://developer.android.com/training/location/index.html