Topic: Disable automatic 3d markers turning off

Hi! I use animated objects as 3d markers on the map. Map disables markers that get out of the vision. Object disabling brokes my markers' animation logic. Can I somehow turn off automatic object disabling?

Re: Disable automatic 3d markers turning off

Hello.

marker.checkMapBoundaries = false;

https://infinity-code.com/doxygen/onlin … bf394954f6

Kind Regards,
Infinity Code Team.

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

Re: Disable automatic 3d markers turning off

Thank you a lot! I first tried setting "false" in the OnlineMapsMarker3D class as the default value, it didn't help. But when I set the value of the marker instance during the runtime it works perfectly.