标签: android gps google-play-services
我们正在使用fused location provider,如果我在我收到的位置查询location.getProvider(),则返回fused。我想检查融合提供商是否使用GPS或Wifi或两者都使用它给我的位置。这可能吗?如何?
location.getProvider()
fused
答案 0 :(得分:0)
如您所说,融合提供商不会向您提供仅返回fused的特定位置提供商,如果您想要侦听特定提供商,则需要使用旧LocationManager
LocationManager