Skip to main content
API Reference SwiftyNsdk NsdkVpsSession

anchorUpdate

Gets the latest tracking update for a specified anchor....

Declaration

func anchorUpdate(anchorId: NsdkVpsAnchorId) -> VpsAnchorUpdate?

Summary

Gets the latest tracking update for a specified anchor.
Call this regularly to get updated anchor poses as the device moves and VPS refines
the localization.
- Precondition: anchorId must be exactly 32 characters long.
- Parameter anchorId: The unique identifier of an anchor
- Returns: The anchor update, if it is available, nil if otherwise.


ON THIS PAGE