Topic: Adding 2D Markers to the Map is not working for Apple devices

In the Unity Editor and on Android adding 2D Markers works perfectly fine. But on iOS and Mac the Markers just don't show up.
Are there any things I need to know about Apple or what could cause this issue?
I have no idea where to search for the bug anymore.

I simply do:
OnlineMaps.instance.AddMarker(lon, lat, label);

Re: Adding 2D Markers to the Map is not working for Apple devices

Hello.

Markers are not a platform dependent feature, and should work well on all platforms.
Most likely the problem is that you are using a very old version of Online Maps, because OnlineMaps.AddMarker has long been deprecated and removed.

Kind Regards,
Infinity Code Team.

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

Re: Adding 2D Markers to the Map is not working for Apple devices

Thanks for the answer. I will upgrade to the newest version and try it again!

Re: Adding 2D Markers to the Map is not working for Apple devices

Works fine with CreateItem!
Thanks again!