I have been building the AR Navigation using MapKit and ARKit. The idea is it is only specific for one area which is my university, the user can choose the building name from table view and it shows the simple direction in mapView, according to that direction user can choose the ar mode to navigate with guide object like hotstepper app (which ar wayfinding app).
I have everything set up till getting the object by detecting the plane but I don't know how to move that object from one place to another. I have instructions from route in mapKit direction request. If there is any way to move from one place to another please help me,
Thanks in advance ;)