Gets the transform of the latest geolocation estimate.
This exposes the low level data that can be used to pin geolocated content into the AR
coordinate system. To retrieve simplified device specific coordinates and heading, see
devicePoseAsGeolocation(_:).
- Note: An NsdkError.invalidOperation if the session is not started.
- Returns: The location transform, if available, or an error code otherwise.
Gets the transform of the latest geolocation estimate.
This exposes the low level data that can be used to pin geolocated content into the AR
coordinate system. To retrieve simplified device specific coordinates and heading, see
devicePoseAsGeolocation(_:).- Note: An
NsdkError.invalidOperationif the session is not started.- Returns: The location transform, if available, or an error code otherwise.