CefGeoposition Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefGeoposition
The CefGeoposition type exposes the following members.
| Name | Description | |
|---|---|---|
| Accuracy |
Accuracy of horizontal position in meters.
| |
| 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 milliseconds 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |