AircraftListJsonBuilderFilterPositionWithin Property |
Gets or sets the lines of latitude and longitude that the aircraft must be within before it can pass the filter.
The first coordinate is Top-Left and the second is Bottom-Right.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Pair<Coordinate> PositionWithin { get; set; }
Public Property PositionWithin As Pair(Of Coordinate)
Get
Set
public:
property Pair<Coordinate^>^ PositionWithin {
Pair<Coordinate^>^ get ();
void set (Pair<Coordinate^>^ value);
}
member PositionWithin : Pair<Coordinate> with get, set
Property Value
Type:
PairCoordinateSee Also