Skip to main content

Auki::ConjureKit::Domains::IGPSInfo

Information related to the GPS position.

Inherited by Auki.ConjureKit.Domains.PoseInDomain

Public Properties

Name
floatLatitude
Gets the latitude coordinate of the lighthouse.
floatLongitude
Gets the longitude coordinate of the lighthouse.
floatAltitude
Gets the altitude of the lighthouse.
floatVerticalAccuracy
Gets the vertical accuracy of the GPS coordinates.
floatHorizontalAccuracy
Gets the horizontal accuracy of the GPS coordinates.
floatGPSTimestamp
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