| ProximityGadgetClosestAircraftJson Class |
Namespace: VirtualRadar.Interface.WebSite
The ProximityGadgetClosestAircraftJson type exposes the following members.
| Name | Description | |
|---|---|---|
| ProximityGadgetClosestAircraftJson |
Creates a new object.
|
| Name | Description | |
|---|---|---|
| Altitude |
Gets or sets the aircraft's altitude in feet.
| |
| BearingFromHere |
Gets or sets the bearing from the browser to the aircraft in degrees from 0° north.
| |
| Callsign |
Gets or sets the aircraft's callsign.
| |
| Destination |
Gets or sets the airport that the aircraft is travelling to.
| |
| DistanceFromHere |
Gets or sets the distance from the browser's location to the aircraft in kilometres.
| |
| Emergency |
Gets or sets a flag indicating that the aircraft is transmitting a mayday squawk.
| |
| GroundSpeed |
Gets or sets the ground speed of the aircraft in knots.
| |
| HasPicture |
Gets or sets a value indicating that a picture exists for the aircraft.
| |
| Icao24 |
Gets or sets the 24-bit Mode-S identifier of the aircraft.
| |
| Icao24Invalid |
Gets or sets a value indicating that the Icao24 code is wrong - either it is an unallocated code
or the aircraft is known to be transmitting the wrong code.
| |
| Latitude |
Gets or sets the latitude of the aircraft.
| |
| Longitude |
Gets or sets the aircraft's longitude.
| |
| Manufacturer |
Gets or sets the name of the aircraft's manufacturer.
| |
| Model |
Gets or sets the model of the aircraft.
| |
| Operator |
Gets or sets the operator's name.
| |
| OperatorIcao |
Gets or sets the operator's ICAO code.
| |
| Origin |
Gets or sets the airport that the aircraft set out from.
| |
| Registration |
Gets or sets the aircraft's registration.
| |
| Squawk |
Gets or sets the squawk currently transmitted by the aircraft.
| |
| Stopovers |
Gets or sets a list of airports that the aircraft will be stopping at on its way to Destination.
| |
| Track |
Gets or sets the heading that the aircraft is tracking across the ground in degrees from 0° north.
| |
| Type |
Gets or sets the ICAO8643 type code of the aircraft.
| |
| VerticalRate |
Gets or sets the vertical speed in feet per second.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |