0

Will the Fused Location Provider in Android work without data connection. If yes how could able to get location.Tahnk you in advance.

Hari Enaganti
  • 359
  • 1
  • 4
  • 12

1 Answers1

0

It totally depends on what you set when you are building your LocationRequest object. If you set LocationRequest.PRIORITY_HIGH_ACCURACY then it is guaranteed that the location is fetched by GPS

rakesh kashyap
  • 1,418
  • 22
  • 41