0

I was going to develop an android application that deals with users' current location. Then there I noticed two type of examples on the web. One using FusedLocationApi and another one using FusedLocationProviderClient. The first one is very much easier to use than the second one.

I don't understand the difference between them and which one is better to use.

Someone, please help.

Thank you in advance buddy.

Eco4ndly
  • 515
  • 1
  • 5
  • 22

1 Answers1

0

FusedLocationProviderApi is deprecated, Now u can go with FusedLocationProviderClient to get more accurate location.

Google provides the sample in github

https://github.com/googlesamples/android-play-location

Thamim
  • 328
  • 3
  • 14