Resco.Location.GPS namespace contains GPS-related classes.
| Class | Description |
|---|---|
| GeoPosition | Represents a location expressed as a geographic coordinate with TimeStamp. |
| GpsDevice | Represents the GPS (Global Positioning System) device interface. |
| GpsTracking | Implements GPS position tracking, i.e. remembers smoothed polyline describing your movement during the time the tracking was active. |
| PositionChangedEventArgs | Represents the PositionChanged event arguments. |
| StatusChangedEventArgs | Represents the StatusChanged event arguments. |
| Enumeration | Description |
|---|---|
| GeoPositionStatus | Defines the status values for the location service. Used by the GpsDevice.Status property. |