ArcGIS Runtime SDK for WPF - Library Reference
GpsGeoCoordinate Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.Client.Local.Gps Namespace : GpsGeoCoordinate Class


The following tables list the members exposed by GpsGeoCoordinate.

Public Constructors

 NameDescription
public ConstructorGpsGeoCoordinate Constructor  
Top

Public Properties

 NameDescription
public PropertyAltitudeGets the altitude of the System.Device.Location.GeoCoordinate, in meters. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyCourseGets or sets the heading in degrees, relative to true north. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyCourseMagneticGets the trend -or- course (magnetic) along the fix line (in degrees).  
public PropertyFixSatelliteCountIndicates the current count of satellites acquired for the fix  
public PropertyFixStatusIndicates the current fix status of the signal  
public PropertyGeoidHeightIndicates the geoid height of the fix  
public PropertyHorizontalAccuracyGets or sets the accuracy of the latitude and longitude that is given by the System.Device.Location.GeoCoordinate, in meters. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyHorizontalDilutionOfPrecisionIndicates the Horizontal Dilution of Precision of the fix  
public PropertyIsUnknownGets a value that indicates whether the System.Device.Location.GeoCoordinate does not contain latitude or longitude data. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyLatitudeGets or sets the latitude of the System.Device.Location.GeoCoordinate. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyLongitudeGets or sets the longitude of the System.Device.Location.GeoCoordinate. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyPositionChangeTypeThe type of GPS change event.  
public PropertyPositionDilutionOfPrecisionIndicates the Position Dilution of Precision of the fix  
public PropertySatellitesUsedInFixGets the list of satellites available at a Location.  
public PropertySpeedGets or sets the speed in meters per second. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyVerticalAccuracyGets or sets the accuracy of the altitude given by the System.Device.Location.GeoCoordinate, in meters. (Inherited from System.Device.Location.GeoCoordinate)
public PropertyVerticalDilutionOfPrecisionIndicates the Vertical Dilution of Precision of the fix  
Top

Public Methods

 NameDescription
public MethodEqualsOverloaded. Determines if a specified System.Device.Location.GeoCoordinate is equal to the current System.Device.Location.GeoCoordinate, based solely on latitude and longitude. (Inherited from System.Device.Location.GeoCoordinate)
public MethodGetDistanceToReturns the distance between the latitude and longitude coordinates that are specified by this System.Device.Location.GeoCoordinate and another specified System.Device.Location.GeoCoordinate. (Inherited from System.Device.Location.GeoCoordinate)
public MethodGetHashCodeServes as a hash function for the System.Device.Location.GeoCoordinate. (Inherited from System.Device.Location.GeoCoordinate)
public MethodToStringReturns a string that contains the latitude and longitude. (Inherited from System.Device.Location.GeoCoordinate)
Top

See Also

© ESRI, Inc. All Rights Reserved.