【发布时间】:2014-10-02 03:46:47
【问题描述】:
我需要澄清Google Play Fused Location。
我要求高优先级(LocationRequest.PRIORITY_HIGH_ACCURACY),但在我的Android (4.4.4) 上,我将本地化模式设置为Saving Battery:在这种情况下Google Play 无论如何都不要使用GPS,对吗?
它认为这是因为我尝试不使用Google Play Fused Location,但如果GPS 关闭,他仅使用其他方法来检索坐标,并且获得的位置不准确(并且我看不到GPS状态栏上的图标)。
那么,使用Fused Location 的优势在哪里?要检索高精度位置,我需要在GPS 上设置吗?
我真的不明白,谢谢。
【问题讨论】:
标签: android gps google-play-services android-fusedlocation