In The Hand
FixType Enumeration
NamespacesInTheHand.WindowsMobile.GpsFixType
.NET Components for Mobility
Specifies the type of GPS fix.
Declaration Syntax
C#Visual Basic
[ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher", 
	false)]
public enum FixType
<ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher",  _
	False)> _
Public Enumeration FixType
Members
MemberDescription
Unknown
Type of fix is unknown.

Fix2D
Fix is two-dimensional and only provides latitude and longitude. This occurs when only three GPS satellites are used.

Fix3D
Fix is three-dimensional and provides latitude, longitude, and elevation. This occurs when four or more GPS satellites are used.

HasFlag
Determines whether one or more bit fields are set in the current instance.

See Also

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 4.2.0.0