GeoCoordinate
GeoCoordinate
GeoCoordinate
GeoCoordinate
Class
Definition
Represents a geographical location that is determined by latitude and longitude coordinates. May also include altitude, accuracy, speed, and course information.
public ref class GeoCoordinate : IEquatable<System::Device::Location::GeoCoordinate ^>
public class GeoCoordinate : IEquatable<System.Device.Location.GeoCoordinate>
type GeoCoordinate = class
interface IEquatable<GeoCoordinate>
Public Class GeoCoordinate
Implements IEquatable(Of GeoCoordinate)
- Inheritance
- Implements
Constructors
Fields
Unknown Unknown Unknown Unknown |
Represents a GeoCoordinate object that has unknown latitude and longitude fields. |
Properties
Altitude Altitude Altitude Altitude |
Gets the altitude of the GeoCoordinate, in meters. |
Course Course Course Course |
Gets or sets the heading in degrees, relative to true north. |
HorizontalAccuracy HorizontalAccuracy HorizontalAccuracy HorizontalAccuracy |
Gets or sets the accuracy of the latitude and longitude that is given by the GeoCoordinate, in meters. |
IsUnknown IsUnknown IsUnknown IsUnknown |
Gets a value that indicates whether the GeoCoordinate does not contain latitude or longitude data. |
Latitude Latitude Latitude Latitude |
Gets or sets the latitude of the GeoCoordinate. |
Longitude Longitude Longitude Longitude |
Gets or sets the longitude of the GeoCoordinate. |
Speed Speed Speed Speed |
Gets or sets the speed in meters per second. |
VerticalAccuracy VerticalAccuracy VerticalAccuracy VerticalAccuracy |
Gets or sets the accuracy of the altitude given by the GeoCoordinate, in meters. |
Methods
Operators
Equality(GeoCoordinate, GeoCoordinate) Equality(GeoCoordinate, GeoCoordinate) Equality(GeoCoordinate, GeoCoordinate) Equality(GeoCoordinate, GeoCoordinate) |
Determines whether two GeoCoordinate objects refer to the same location. |
Inequality(GeoCoordinate, GeoCoordinate) Inequality(GeoCoordinate, GeoCoordinate) Inequality(GeoCoordinate, GeoCoordinate) Inequality(GeoCoordinate, GeoCoordinate) |
Determines whether two GeoCoordinate objects correspond to different locations. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...