Click or drag to resize

GpsReceiverAntenna Property

Gets or sets the antenna of the GPS receiver.

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

Property Value

Type: IServiceProvider
Remarks
The antenna must provide ILocationPointService and IOrientationAxesService. If it provides IAccessConstraintsService, the service will be queried for additional constraints which will be applied in determining which satellites are visible to the receiver. Usually, an instance of the Platform class is used as an antenna for the receiver.
See Also