Android Question User's Location

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

Just wondering what is the best library to use to get the users location ?

For Example: 123 Bill St, [State], [zip/post code], [country]

I want to use the GPS on the device, but if the GPS is not available or is not enabled I then want to use the network to get the users location.

Any ideas what Library I should be looking for ?
 

warwound

Expert
Licensed User
Longtime User
FusedLocationProvider attempts to combine use of network and gps location providers into a single api.
You choose various 'accuracy' and 'power usage' parameters and the library does it's best to get a location based on those parameters.
 
Upvote 0
Top