Geoposition Class |
Namespace: CefSharp
The Geoposition type exposes the following members.
Name | Description | |
---|---|---|
Geoposition | Initializes a new instance of the Geoposition class |
Name | Description | |
---|---|---|
Accuracy | ||
Altitude |
Altitude in meters (above WGS84 datum).
| |
AltitudeAccuracy |
Accuracy of altitude in meters.
| |
ErrorCode |
Error code, see enum above.
| |
ErrorMessage |
Human-readable error message.
| |
Heading |
Heading in decimal degrees clockwise from true north.
| |
Latitude |
Latitude in decimal degrees north (WGS84 coordinate frame).
| |
Longitude |
Longitude in decimal degrees west (WGS84 coordinate frame).
| |
Speed |
Horizontal component of device velocity in meters per second.
| |
Timestamp |
Time of position measurement in miliseconds since Epoch in UTC time. This
is taken from the host computer's system clock.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |