1 (edited by mcb 2021-09-16 19:23:26)

Topic: [SOLVED] Set specific Marker Manager?

I have 2 different Online maps in my scene, and currently

 OnlineMapsMarker3DManager.CreateItem(...)

is adding items to the wrong map.

How can specify which map the manager should use?

Re: [SOLVED] Set specific Marker Manager?

Hello.

When you have multiple maps in a scene, you need to use a component reference and not a static method.
https://infinity-code.com/doxygen/onlin … 7e67960a4d

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: [SOLVED] Set specific Marker Manager?

Thanks once again Alex