| Coordinate Class | 
Namespace: VirtualRadar.Interface
The Coordinate type exposes the following members.
| Name | Description | |
|---|---|---|
| Coordinate(Double, Double) | 
            Creates a new object.
              | |
| Coordinate(Int64, Int64, Double, Double, NullableSingle) | 
            Creates a new object.
              | |
| Coordinate(Int64, Int64, Double, Double, NullableSingle, NullableInt32, NullableSingle) | 
            Creates a new object.
              | 
| Name | Description | |
|---|---|---|
| Altitude | 
            Gets the altitude of the aircraft.
              | |
| DataVersion | 
            Gets the aircraft's DataVersion that was current when the coordinate was recorded.
              | |
| GroundSpeed | 
            Gets the ground speed of the aircraft.
              | |
| Heading | 
            Gets the direction the aircraft was pointing in.
              | |
| Latitude | 
            Gets the latitude that the aircraft was at.
              | |
| Longitude | 
            Gets the longitude that the aircraft was at.
              | |
| Tick | 
            Gets the time that the aircraft was at this coordinate.
              | 
| Name | Description | |
|---|---|---|
| Equals | 
            Returns true if the other object represents the same coordinate as this one. Two coordinates are equal if
            their Latitude, Longitude, Altitude and GroundSpeed
            are equal - the other properties are not considered.
              (Overrides ObjectEquals(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 | 
            See base docs.
              (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | 
            See base docs.
              (Overrides ObjectToString.) |