Click or drag to resize

GpsReceiverExtension.GpsReceiver 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: 25.1.421.0 (25.1.421.0)
Syntax
public GpsReceiver GpsReceiver { get; set; }

Property Value

Type: GpsReceiver

Implements

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