Requests to start tracking an anchor specified by a payload.
A VPS payload contains all the data needed to localize at a VPS-activated location.
A default payload for a VPS-activated location can be obtained from the "blob" field
in the details view of an entry in the Geospatial Browser, or via
anchorPayload(anchorId:) for user-generated anchors.
The returned anchor ID is automatically polled each frame via update(), and updates
are published on anchorUpdated.
- Parameter payload: Base64-encoded anchor payload.
- Returns: The unique identifier of the anchor encoded in the payload.
- Throws: NSDKError.invalidArgument if the payload is not valid.
Requests to start tracking an anchor specified by a payload.
A VPS payload contains all the data needed to localize at a VPS-activated location.
A default payload for a VPS-activated location can be obtained from the "blob" field
in the details view of an entry in the Geospatial Browser, or via
anchorPayload(anchorId:)for user-generated anchors.The returned anchor ID is automatically polled each frame via
update(), and updatesare published on
anchorUpdated.- Parameter payload: Base64-encoded anchor payload.
- Returns: The unique identifier of the anchor encoded in the payload.
- Throws:
NSDKError.invalidArgumentif the payload is not valid.