Click or drag to resize

GpsReceiverExtensionGpsReceiver Property

Gets or sets the GPS receiver associated with this extension.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GpsReceiver GpsReceiver { get; set; }

Property Value

Type: GpsReceiver

Implements

IGpsReceiverServiceGpsReceiver
Remarks
If the GPS receiver does not have an antenna configured when this property is retrieved (that is, if the Antenna property is , the Antenna property will be set to the platform to which this extension is attached before the receiver is returned.
See Also