Posts by Gustavo Falarz Batista • 1 point
1 post
-
0
votes1
answer69
viewsA: I don’t know how to get latitude and longitude using Googleapiclient
I would recommend you to use Fusedlocationproviderclient. fusedLocationClient = LocationServices.getFusedLocationProviderClient(this) You add a Listener to it that will return you a Location object…