Click or drag to resize
IRawMessageTranslatorReceiverLocation Property
Gets or sets the location of the receiver.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
GlobalCoordinate ReceiverLocation { get; set; }

Property Value

Type: GlobalCoordinate
Remarks
If this is null then the Translate(DateTime, ModeSMessage, AdsbMessage) method cannot determine the location of ground vehicles using local CPR decoding.
See Also