List
Multi 3D map in iOS
Posted Date: 2018-01-31 10:33     Edited Date: 2018-02-02 0:15     Writer: inactive

How to load  multi 3D map in iOS as the UI in iOS sample only allows a single 3d map to be loaded?

Posted Date: 2018-01-31 22:12     Edited Date: 2018-01-31 22:12     Writer: inactive

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

Posted Date: 2018-02-01 13:26     Edited Date: 2018-02-01 13:26     Writer: inactive

I was successfully able to add multiple 3d map files, but not able to track the objects differently. Any idea how to acheieve it?

Posted Date: 2018-02-02 0:15     Edited Date: 2018-02-02 0:15     Writer: inactive

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