通过LocationManager使用融合位置提供程序

时间:2014-07-15 14:37:01

标签: android location google-play-services

我想通过Android LocationManager API使用融合位置提供程序,因为:

  • 我不想根据Google Play服务制作应用Phonelocator
  • 现有的实施已经开始运作并经过测试

看来这是可能的。只需传递字符串"融合"作为安装了Google Play服务的手机上的位置提供商。

我希望使用PRIORITY_HIGH_ACCURACY个人资料。我怀疑,默认情况下,它没有被使用。

有没有人知道如何做到这一点?

1 个答案:

答案 0 :(得分:0)

您应该查看android-play-location示例,因为它们演示了如何使用FusedLocationApi。类似的东西:

        mLocationRequest.setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY);