Silk Mobile

Table of Contents (Homepage)

ClearLocation

clearLocation()

images/images/os-icons/os_android_150x150.png

Description

The command gives the ability to reset the device’s location services after the user executes the SetLocation command.

Code Examples

Java Example
client.clearLocation();
C# Example
client.ClearLocation();
VBScript Example
client.ClearLocation
Report
Python Example
self.client.clearLocation()
Perl Example
$client->clearLocation();