I need to modify the LocalMapExample and create my own Manager class to manage the Anchor save load because my app logic is different than the example one. For example, unlike the sample where you instantiate the object/anchor, in my case the object is predetermine and always there, and you just move it and then save it to the desired location.
However NRWorldAnchorStore is internal class.
Why this class is internal when you need to create a new store for the world anchor based on the example?