NAME
WebService::OpenSky::Response::FlightTrack - A class representing a flight track from the OpenSky Network API
VERSION
version 0.4
DESCRIPTION
A set of "waypoints" for a given aircraft flight.
This class inherits from WebService::OpenSky::Response. Please see that module for the available methods. Individual responses are from the WebService::OpenSky::Core::Waypoint class.
ADDITIONAL ATTRIBUTES
In addition to the methods and attributes provided by the parent class, this class provides the following:
icao24
The ICAO24 ID of the aircraft.
callsign
The callsign of the aircraft. Can be undef
.
startTime
The time of the first waypoint in seconds since epoch (Unix time).
endTime
The time of the last waypoint in seconds since epoch (Unix time).
waypoints
The waypoints of the flight. This is an arrayref of WebService::OpenSky::Core::Waypoint objects.
AUTHOR
Curtis "Ovid" Poe <curtis.poe@gmail.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2023 by Curtis "Ovid" Poe.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)