Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
https://stackoverflow.com/questions/16917149/how-t... #Identical question
https://github.com/kivy/plyer #plyer application that also has GPS function
Response code:
import android
droid = android.Android()
loc = droid.readLocation()
lattitude = loc.result['network']['latitude']
longitude = loc.result['network']['longitude']
print(lattitude, longitude )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question