getFlightsInArea
Query all flights within a specified geographic area using boundary box coordinates to identify available air traffic and travel options.
Instructions
区域航班查询 - 查询指定地理区域内的所有航班。参数为边界框坐标(最小纬度,最大纬度,最小经度,最大经度)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_lat | Yes | ||
max_lon | Yes | ||
min_lat | Yes | ||
min_lon | Yes |