[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eInstantPlacementPoint.TrackingMethod\u003c/code\u003e defines how an Instant Placement Point is tracked in ARCore.\u003c/p\u003e\n"],["\u003cp\u003eThere are three tracking methods: \u003ccode\u003eFULL_TRACKING\u003c/code\u003e, \u003ccode\u003eSCREENSPACE_WITH_APPROXIMATE_DISTANCE\u003c/code\u003e, and \u003ccode\u003eNOT_TRACKING\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL_TRACKING\u003c/code\u003e indicates the point is fully tracked by ARCore, while \u003ccode\u003eSCREENSPACE_WITH_APPROXIMATE_DISTANCE\u003c/code\u003e means it's tracked in screen space with an estimated pose.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNOT_TRACKING\u003c/code\u003e signifies the point is not currently tracked and has a TrackingState of \u003ccode\u003ePAUSED\u003c/code\u003e or \u003ccode\u003eSTOPPED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eARCore limits the number of concurrently tracked points for \u003ccode\u003eSCREENSPACE_WITH_APPROXIMATE_DISTANCE\u003c/code\u003e to 20.\u003c/p\u003e\n"]]],["`InstantPlacementPoint.TrackingMethod` defines how an InstantPlacementPoint is tracked. `FULL_TRACKING` means the point is fully tracked by ARCore, and its pose is determined by it. `NOT_TRACKING` signifies the point is not being tracked, with its tracking state as `PAUSED` or `STOPPED`. `SCREENSPACE_WITH_APPROXIMATE_DISTANCE` indicates the point is tracked in screen space, with its pose estimated using an approximate distance; ARCore can concurrently track up to 20 of these, and new points created after this limit will stop the oldest ones.\n"],null,[]]