Click or drag to resize

GpsReceiverHelper Class

A collection of helper methods for working with GpsReceiver and related types.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NavigationGpsReceiverHelper

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class GpsReceiverHelper

The GpsReceiverHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetGpsReceiver(IServiceProvider)
Gets the GpsReceiver from the IGpsReceiverService provided by an object.
Public methodStatic memberGetGpsReceiver(IServiceProvider, String)
Gets the GpsReceiver from the IGpsReceiverService provided by an object.
Public methodStatic memberGetGpsReceiverService(IServiceProvider)
Gets the IGpsReceiverService provided by an object.
Public methodStatic memberGetGpsReceiverService(IServiceProvider, String)
Gets the IGpsReceiverService provided by an object.
Public methodStatic memberGetOptionalGpsReceiverService
Gets the IGpsReceiverService provided by an object, or if the service does not exist.
Top
See Also