标签: android android-studio google-maps-api-3
使用Google Play服务,我们可以获得使用融合位置提供程序的getLastLocation()来检索设备的最后已知位置。 使用更改位置我可以设置setPriority() 知道从google doc获取当前位置
getLastLocation()
setPriority()
连接到Google Play服务和位置服务API后,您可以获取用户设备的当前位置设置
所以我的问题是如果我没有连接到网络(互联网连接)我可以使用用户的最新位置而不是当前位置的最后位置
答案 0 :(得分:0)
是的,您确定可以使用GoogleApiClient获取最新的更新位置。检查this。 它对我有用。谢谢。
GoogleApiClient