或者,getLastLocation()
获取requestLocationUpdates()
生成的最后一次位置更新,或者我的应用可以访问其他应用程序请求的位置数据:假设Yelp发出最新的位置请求,我的GoogleApiClient会访问该资源当我打电话给getLastLocation()
时?
我的困惑在于Google API文档中的这一行:
如果某个位置不可用,这种情况很少发生,则会返回null。将返回尊重位置权限时可用的最佳准确度。
此外,在Udacity android位置服务课程中,教师永远不会仅requestLocationUpdates()
调用getLastLocation()
。