Skip to main content
API Reference com.nianticspatial.nsdk.vps VPSSession

removeAnchor

Request to stop tracking an anchor. Once removed, the anchor will no longer receive updates or consume processing resources. The anchor will automatically be removed from tracked anchors and will stop emitting updates through the [anchorUpdates] Flow.

Declaration

fun removeAnchor(uuid: UUID)

Summary

Request to stop tracking an anchor. Once removed, the anchor will no longer receive updates or consume processing resources. The anchor will automatically be removed from tracked anchors and will stop emitting updates through the [anchorUpdates] Flow.


ON THIS PAGE