get_location
Obtain the current GPS location of your Android phone. Choose between GPS, network, or passive providers, and request a single reading, last known location, or continuous updates.
Instructions
Get the phone's current GPS location.
Args: provider: Location provider - 'gps', 'network', or 'passive' (default: gps) request: 'once' for single reading, 'last' for last known location, 'updates' for continuous
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | gps | |
| request | No | once |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |