ESRI.ArcGIS.Mobile.Client
GpsAveragingSettings Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : GpsAveragingSettings Class


The following tables list the members exposed by GpsAveragingSettings.

Public Properties

 NameDescription
Public PropertyAllowStopBeforeMinimum Gets or sets a value indicating if the field user should be allowed to stop averaging before the minimum number of positions are received.  
Public PropertyAutoStop Gets or sets a value indicating if averaging should stop automatically when the minimum number of positions is received.  
Public PropertyMinimumPositions Minimum number of positions recommended for averaging.  
Top

Public Methods

 NameDescription
Public MethodClone Clones a GpsAveragingSettings object.  
Public MethodEquivalentTo Returns true if the two instances are equivalent in values.  
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Raise this event when the value of a property is changed.  
Top

See Also