In ARKit there is ARGeoAnchor, which lets you anchor content using latitude and longitude so objects stay fixed to a real-world location.
Is there an equivalent feature in RealityKit? I want to place points in the world and make sure they don't move or drift after placement.
If RealityKit doesn't support this directly, what is the recommended approach?