android - Can I get location when gps is turned off and Internet is working? -


my question getting location in android device when gps turned off.

sure can, need set location request priority_low_power https://developers.google.com/android/reference/com/google/android/gms/location/locationrequest.html#priority_low_power or priority_balanced_power_accuracy https://developers.google.com/android/reference/com/google/android/gms/location/locationrequest.html#priority_balanced_power_accuracy

the priority of request strong hint locationclient location sources use. example, priority_high_accuracy more use gps, , priority_balanced_power_accuracy more use wifi & cell tower positioning, depends on many other factors (such sources available) , implementation dependent.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -