Android Programming Press on the image to return to the main documentation page.

TurnGPS

Written by XverhelstX

List of types:

TurnGPS

TurnGPS


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Permissions:

android.permission.WRITE_SECURE_SETTINGS

Events:

None

Members:


  Initialize

  turnGPSOff

  turnGPSOn

Members description:

Initialize
Initializes the TurnGPS Library.
turnGPSOff
Toggles the GPS off. Note that this method actually disables the GPS immediately (unlike most other methods that
goes to the Settings Screen.).
turnGPSOn
Toggles the GPS on. Note that this method actually activate the GPS immediately (unlike most other methods that
goes to the Settings Screen.).
Top