Indicates the current state of the GPS service.
| C# | Visual Basic |
[ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher", false)] public enum GpsServiceStatus
<ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher", _ False)> _ Public Enumeration GpsServiceStatus
| Member | Description |
|---|---|
| Stopped | |
| Running | |
| StartPending | |
| StopPending | |
| Unloading | |
| Uninitialised | |
| Unknown | |
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|