ESRI.ArcGIS.Mobile
GpsDisplay Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace : GpsDisplay Class


The following tables list the members exposed by GpsDisplay.

Public Constructors

 NameDescription
Public ConstructorGpsDisplay ConstructorOverloaded.  Initializes a new instance of the GpsDisplay class.  
Top

Public Properties

 NameDescription
Public PropertyAutoPan Indicates if the map will pan as the Gps changes location.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCourseSpeedThreshold Gets or sets the ground speed below which the arrow symbol will not render (Kilometers per hour).  
Public PropertyCourseSymbol Gets or sets the symbol for the course/direction. The symbol must contain at least one point paint operation, also at least one paint operation should implement IOrientablePointPaintOperation to allow the symbol rotation based on the course.  
Public PropertyErrorSymbol Gets or sets the symbol for the error. The symbol must contain at least one point paint operation.  
Public PropertyGpsConnection Gets or sets the current GpsConnection.  
Public PropertyLocationSymbol Gets or sets the symbol for the current location. The symbol must contain at least one point paint operation.  
Public PropertyMap Gets or sets the Map component associated to the GpsConnection.  
Public PropertyShowTrail Enables GPS Trail Line feedback within the Map.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTrailLength Sets the number of coordinate positions within the GPS Trail.  
Public PropertyTrailSymbol Gets or sets the symbol for the trail. The symbol must contain at least one stroke paint operation.  
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  Finalizes the object and attempts to release any unmanaged resources.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnGpsChanged Handles the GpsConnection GpsChanged event.  
Protected MethodOnGpsClosed Handles the GpsConnection GpsClosed event.  
Protected MethodOnGpsError Handles the GpsConnection GpsError event.  
Protected MethodOnGpsOpened Handles the GpsConnection GpsOpened event.  
Protected MethodOnMapPaint Handles the Map Paint event.  
Protected MethodPaintLocation Handles the rendering of the Gps Current Location symbol on the map.  
Protected MethodPaintTrail Handles the rendering of the Gps trail on the map.  
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChanged Occurs when a property value changes.  
Top

See Also

© 2013 All Rights Reserved.