set_simulator_location
Set a custom GPS location in a simulator by specifying its UUID, latitude, and longitude to simulate specific geographical conditions for testing purposes.
Instructions
Sets a custom GPS location for the simulator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | The latitude for the custom location. | |
| longitude | Yes | The longitude for the custom location. | |
| simulatorUuid | Yes | UUID of the simulator to use (obtained from list_simulators) |