trip_location_add
Save a location to a trip with coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name | |
| name | Yes | Location name | |
| type | No | Location type | OTHER |
| notes | No | Additional notes | |
| tripId | Yes | Trip ID | |
| address | No | Full address | |
| country | No | Country name | |
| placeId | No | Google Places ID | |
| latitude | Yes | Latitude | |
| longitude | Yes | Longitude |