Skip to main content
API Reference SwiftyNsdk NsdkVps2Session

getLatestTransformer

Gets a copy of the latest VPS2 transformer....

Declaration

func getLatestTransformer() -> Vps2Transformer

Summary

Gets a copy of the latest VPS2 transformer.
The returned transformer contains all data required to convert between
AR space and geolocation based on the most recent VPS2 localization.
If VPS2 has not yet localized, the transformer's trackingState will be
.unavailable, and the remaining fields should be considered invalid.
- Returns: The latest VPS2 transformer.


ON THIS PAGE