ESRI.ArcGIS.Mobile
GpsChangeType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace : GpsChangeType Enumeration

Type of GPS change that occurs.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum GpsChangeType 
   Inherits Enum
C# 
[FlagsAttribute()]
public enum GpsChangeType : Enum 

Members

MemberDescription
NoChange No change.
Position Position has changed.
Altitude Geoid or above the sea altitude has changed.
CourseOrSpeed Course or speed has changed.
Satellites Satellites information has changed.
Quality The quality properties have changed (dilution of position).
FixStatus the Fix status has changed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Gps.GpsChangeType

Requirements

Namespace: ESRI.ArcGIS.Mobile.Gps

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also