Click or drag to resize
ProximityGadgetClosestAircraftJson Class
The DTO that carries information about the closest aircraft to the Windows Vista/7 proximity gadget.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteProximityGadgetClosestAircraftJson

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ProximityGadgetClosestAircraftJson

The ProximityGadgetClosestAircraftJson type exposes the following members.

Constructors
  NameDescription
Public methodProximityGadgetClosestAircraftJson
Creates a new object.
Top
Properties
  NameDescription
Public propertyAltitude
Gets or sets the aircraft's altitude in feet.
Public propertyBearingFromHere
Gets or sets the bearing from the browser to the aircraft in degrees from 0° north.
Public propertyCallsign
Gets or sets the aircraft's callsign.
Public propertyDestination
Gets or sets the airport that the aircraft is travelling to.
Public propertyDistanceFromHere
Gets or sets the distance from the browser's location to the aircraft in kilometres.
Public propertyEmergency
Gets or sets a flag indicating that the aircraft is transmitting a mayday squawk.
Public propertyGroundSpeed
Gets or sets the ground speed of the aircraft in knots.
Public propertyHasPicture
Gets or sets a value indicating that a picture exists for the aircraft.
Public propertyIcao24
Gets or sets the 24-bit Mode-S identifier of the aircraft.
Public propertyIcao24Invalid
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.
Public propertyLatitude
Gets or sets the latitude of the aircraft.
Public propertyLongitude
Gets or sets the aircraft's longitude.
Public propertyManufacturer
Gets or sets the name of the aircraft's manufacturer.
Public propertyModel
Gets or sets the model of the aircraft.
Public propertyOperator
Gets or sets the operator's name.
Public propertyOperatorIcao
Gets or sets the operator's ICAO code.
Public propertyOrigin
Gets or sets the airport that the aircraft set out from.
Public propertyRegistration
Gets or sets the aircraft's registration.
Public propertySquawk
Gets or sets the squawk currently transmitted by the aircraft.
Public propertyStopovers
Gets or sets a list of airports that the aircraft will be stopping at on its way to Destination.
Public propertyTrack
Gets or sets the heading that the aircraft is tracking across the ground in degrees from 0° north.
Public propertyType
Gets or sets the ICAO8643 type code of the aircraft.
Public propertyVerticalRate
Gets or sets the vertical speed in feet per second.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also