The InTheHand.WindowsMobile.Gps namespace provides classes that allow you to work with the Windows Mobile GPS Intermediate driver. This namespace is now deprecated and replaced by the InTheHand.Device.Location namespace which matches the desktop .NET Framework 4.0 Class Library.
Requires Windows Mobile 5.0 and later
| C# | Visual Basic |
namespace InTheHand.WindowsMobile.Gps
Namespace InTheHand.WindowsMobile.Gps
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| FixQuality | Obsolete.
Specifies the quality of the GPS fix.
| |
| FixSelection | Obsolete.
Specifies whether the GPS fix was selected manually or automatically.
| |
| FixType | Obsolete.
Specifies the type of GPS fix.
| |
| Gps | Obsolete.
Provides access to the GPS Intermediate Driver API.
| |
| GpsDevice | Obsolete.
Contains information about the GPS Intermediate Driver and GPS hardware used.
| |
| GpsServiceStatus | Obsolete.
Indicates the current state of the GPS service.
| |
| Satellite | Obsolete.
Represents a single Satellite.
| |
| SatelliteCollection | Obsolete.
Represents a collection of Satellite objects.
|