Auki::ConjureKit::Domains::IGPSInfo
Information related to the GPS position.
Inherited by Auki.ConjureKit.Domains.PoseInDomain
Public Properties
Name | |
---|---|
float | Latitude Gets the latitude coordinate of the lighthouse. |
float | Longitude Gets the longitude coordinate of the lighthouse. |
float | Altitude Gets the altitude of the lighthouse. |
float | VerticalAccuracy Gets the vertical accuracy of the GPS coordinates. |
float | HorizontalAccuracy Gets the horizontal accuracy of the GPS coordinates. |
float | GPSTimestamp Gets the GPS timestamp associated with the data. |
Public Property Documentation
property Latitude
float Latitude;
Gets the latitude coordinate of the lighthouse.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::Latitude
property Longitude
float Longitude;
Gets the longitude coordinate of the lighthouse.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::Longitude
property Altitude
float Altitude;
Gets the altitude of the lighthouse.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::Altitude
property VerticalAccuracy
float VerticalAccuracy;
Gets the vertical accuracy of the GPS coordinates.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::VerticalAccuracy
property HorizontalAccuracy
float HorizontalAccuracy;
Gets the horizontal accuracy of the GPS coordinates.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::HorizontalAccuracy
property GPSTimestamp
float GPSTimestamp;
Gets the GPS timestamp associated with the data.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::GPSTimestamp