Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Navigation
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxnew : unit -> GpsReceiver
Remarks
            The properties of the receiver are initialized to the following values:
            
- NumberOfChannels = 0.  This property must be set before any evaluator can be obtained from the receiver.
 - ReceiverSolutionType = AllInView
 - OptimizationCriteria = Position
 - Antenna = .  This property must be set before any evaluator can be obtained from the receiver.
 - NavigationSatellites = .  This property must be set before any evaluator can be obtained from the receiver.
 - SatelliteConstraints = empty list.  At least one constraint must be added to one of the collections of constraints, or at least one constraint must be applied to the
            Antenna, before any evaluator can be obtained from the receiver.
            
 - ReceiverConstraints = empty list.  At least one constraint must be added to one of the collections of constraints, or at least one constraint must be applied to the
            Antenna, before any evaluator can be obtained from the receiver.
            
 - NoiseModel = .  This property must be set before any evaluator that requires a noise model can be obtained from the receiver.
 
See Also