Multi 3D map in iOS
How to load multi 3D map in iOS as the UI in iOS sample only allows a single 3d map to be loaded?
We didn't implement the exact sample what you want in iOS native sample project.
But you can add multi 3d map file with multiple calling of TrackerManager.getInstance().addTrackerData() function.
- Maxst support team
I was successfully able to add multiple 3d map files, but not able to track the objects differently. Any idea how to acheieve it?
addTrackerData() just registers 3dmap file to candidata list and loadTrackerData() loads 3dmap file to program.
Have you called TrackerManager.getInstance().loadTrackerData() finally?
- Maxst support team