EnableGPS

This property will activate or deactivate the GPS receiver in the mobile device. Use Device.GetGPSInfo to retrieve the real-time GPS data.

Group: Device Extension


Syntax: Device.EnableGPS(bValue)

bValue        (Boolean) set to True or False to activate or deactivate the GPS receiver

Example:

Device.EnableGPS(True)