TurnGPS Library

koezuma

Member
Licensed User
Longtime User
turn

i have download turnGPS.zip and put them at library folder.
But that library not appear. i use basic android ver 1.10
best regards
koezuma
 

rfresh

Well-Known Member
Licensed User
Longtime User
I'm trying to use the follow code but am getting an unknown member turnGPS() error. It's in my Main Activity.

B4X:
   Dim turnOn As TurnGPS

   turnOn.Initialize()
   turnOn.turnGPS()
 

wantlin

Member
Licensed User
Longtime User
HI XverhelstX

Do you know how do turn on/off GPS device on the Android 4.X ?
I want to control the GPS device on the Android 4.X , but your method can not turn on/off GPS on the Android 4.X. Please help me. Thank you !
 
Top