Skip to main content
API Reference com.nianticspatial.nsdk.wps WPSSession

getDevicePoseAsGeolocation

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

Declaration

fun getDevicePoseAsGeolocation(pose: Pose): NSDKResult<GeolocationData, WPSError>

Summary

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

Returns

The estimated geolocation, if available, or an error code otherwise.


ON THIS PAGE