【发布时间】:2014-09-05 19:34:51
【问题描述】:
我想通过 Android LocationManager API 使用融合位置提供程序,因为:
- 我不想让应用程序 Phonelocator 依赖于 google play 服务
- 现有的实现已经在运行和测试
看来这是可能的。只需在安装了 google play 服务的手机上将字符串“fused”作为位置提供程序传递即可。
我想要使用PRIORITY_HIGH_ACCURACY 个人资料的选项。我怀疑默认情况下它没有被使用。
有人知道怎么做吗?
【问题讨论】:
标签: android location google-play-services