Getflightsinarea
getFlightsInAreaQuery all flights within a specified geographic area using bounding box coordinates. Provide min/max latitude and longitude to retrieve flights in that region.
Instructions
区域航班查询 - 查询指定地理区域内的所有航班。参数为边界框坐标(最小纬度,最大纬度,最小经度,最大经度)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_lat | Yes | ||
| max_lon | Yes | ||
| min_lat | Yes | ||
| min_lon | Yes |