Set Location
mobile_set_locationSet a custom GPS location on a mobile device, or clear the override to restore the real location.
Instructions
Override the GPS location reported by the device, or clear the override to restore the real location. Omit latitude and longitude to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| latitude | No | Latitude in decimal degrees, e.g. 37.7749. Omit together with longitude to clear the override. | |
| longitude | No | Longitude in decimal degrees, e.g. -122.4194. Omit together with latitude to clear the override. |