0

It's my first question here. I think that is fine.

I would like to know how to google maps determines the user's location? I know that it uses the location of GPS, triangulation and the nearest wi-fi network.

But which method is first used? Whether they are used all? Other methods?

Thank you in advance for your answer

1 Answers1

0

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

It abstracts dealing with GPS/Mobile/WiFi which is managed automatically depending on available sources, accuracy and accuracy request.

Ryan
  • 1,863
  • 13
  • 20