Skip to main content
API Reference SwiftyNsdk NsdkWpsSession

devicePoseAsGeolocation

Use WPS to get an estimated geolocation for a pose in AR space....

Declaration

func devicePoseAsGeolocation(pose: simd_float4x4) -> Result<GeolocationData, WpsError>

Summary

Use WPS to get an estimated geolocation for a pose in AR space.
- Parameter pose: A pose in the device's AR space.
- Returns: The estimated geolocation, if available, or an error code otherwise.


ON THIS PAGE