Specifies whether the GPS fix was selected manually or automatically.
| C# | Visual Basic |
[ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher", false)] public enum FixSelection
<ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher", _ False)> _ Public Enumeration FixSelection
| Member | Description |
|---|---|
| Unknown |
Selection type is unknown.
|
| Auto |
Selection mode is automatic.
|
| Manual |
Selection mode is manual.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|