Click or drag to resize

NavigationAccuracyPredictedIncludedSatellites Property

Gets or sets the collection of satellites included in the accuracy computation.

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

Property Value

Type: PlatformCollection
Remarks
Generally, this includes all satellites tracked by the GpsReceiver. However, a tracked satellite might not be included if a PredictionSupportRecord is not available for the satellite.
See Also