cities_by_coordinates_largest
Find the largest cities near a geographic coordinate, sorted by population. Specify latitude and longitude to get results ordered by size.
Instructions
Find the largest cities near given coordinates, ordered by population.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lon | Yes | Longitude | |
| preferredLanguages | No | Comma-separated BCP 47 language tags |