Can Markers Overlap?

Hello,

Is there a way to overlap a marker over another? I have an image that I want to place underneath another marker (white banner in the screenshot). I would like a part of that image (that’s underneath) to display still. I am using mapView.Markers.add to place these Markers.

Hope the screenshot helps clarify! Thank you

The normal behaviour is that Markers do not overlap. If you want the image to display under Markers, you can use the Image3D class to add the image to the map.

Note that if 2 markers have their rank set to always visible they can overlap, although their order is indeterminate.