Click or drag to resize
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.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Pair<Coordinate> PositionWithin { get; set; }

Property Value

Type: PairCoordinate
See Also