0

Code for switching to best locationproviders in android maps

  • Could you elaborate your question a little bit? As I understand, you are asking, how does an app (Android Maps) knows when to connect to GPS or? – sharp Jun 26 '15 at 12:21
  • How we can switch automatically to other provider in android maps ? – user3742761 Jun 26 '15 at 12:43

1 Answers1

0

https://developers.google.com/android/reference/com/google/android/gms/location/FusedLocationProviderApi

check this and you will get answer. by using this we can switch provider in regular intervals according to its availability and accuracy. :)