get_vessels_in_area
Retrieve vessel positions within a defined rectangular area using latitude and longitude boundaries. Filter results by time range and paginate through large datasets.
Instructions
Find all vessels within a rectangular bounding box (latitude/longitude)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latMin | Yes | Southern boundary latitude | |
| latMax | Yes | Northern boundary latitude | |
| lonMin | Yes | Western boundary longitude | |
| lonMax | Yes | Eastern boundary longitude | |
| timeFrom | No | Start time filter in RFC3339 format (defaults to 2 hours ago) | |
| timeTo | No | End time filter in RFC3339 format (defaults to current time) | |
| limit | No | Max results per page | |
| nextToken | No | Pagination token from previous response |