Billboard display priority

Good afternoon, I have some problem with displaying billboards
I have one BillboardCollection, which contains in PrimitiveCollection, i.e. all billboards contains in one collection.

When I click to billboard on map, its changes image,and vice versa.

By that, when billboard changes image, billboard should be as it were higher than other billboards.

The question is how to do this?
Justify change position ?:slight_smile:

Hi Sergey,

Yes, you can just change the position to make it higher. :slightly_smiling_face:

You can also eyeOffset to adjust the height in eye space (relative to the camera), or use pixelOffset to move it in screen space.

Thanks,

Gabby