Skip to main content
API Reference SwiftyNsdk

GeolocationData

Struct representing geolocation data including latitude, longitude, altitude,...

Declaration

struct GeolocationData

Summary

Struct representing geolocation data including latitude, longitude, altitude, heading, and orientation.


Properties

NameTypeSummary
let altitudeDouble
Geographical device location altitude in meters.
let headingDouble
Heading in degrees relative to true north.
let latitudeDouble
Geographical device location latitude.
let longitudeDouble
Geographical device location longitude.

Methods

NameTypeSummary
getEastDownNorthQuaternionsimd_quatf
Returns the orientation in East-Down-North (EDN) frame.
getEastUpSouthQuaternionsimd_quatf
Returns the orientation converted to East–Up–South (EUS) frame.