如何检测位置提供者? GPS或网络服务提供商 [英] How to detect Location Provider ? GPS or Network Provider

查看:187
本文介绍了如何检测位置提供者? GPS或网络服务提供商的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用融合位置提供商在位置更新我应用程序。据熔位置提供的文档,它使用所有可用的资源(如WIFI,GPS,手机信号塔等),优化的位置。

I'm using Fused Location Provider for location updates in my app. According to Fused Location Provided documentation, it uses all available resources (e.g. Wifi, GPS, Cell tower, etc..) to optimize location.

不过,我想知道,有没有什么办法来检测当前位置更新为GPS提供商或网络提供商,在位置更新接收器?

But i want to know, is there any way to detect that current location update is from GPS Provider or Network provider, in Location update receiver ?

推荐答案

您可以检查 location.getProvider位置提供()从位置你得到。

You can check the location provider by location.getProvider() from the location you are getting.

无论您使用的是融合定位API或previous之一,你会从 locationManager.getLastKnownLocation LocationServices.FusedLocationApi获得位置.getLastLocation 和位置,您可以通过 location.getProvider

Either you are using fused location api or a previous one, you will get the location from locationManager.getLastKnownLocation or LocationServices.FusedLocationApi.getLastLocation and from location you can get provider by location.getProvider

这篇关于如何检测位置提供者? GPS或网络服务提供商的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆