Good morning everyone. In the example shown in the photo, I placed markers on the map, each with an icon containing a number from 0 to 10, and then selected the last one to open its InfoWindow. Unlike in B4A, newly added markers always appear behind the previous ones rather than in the foreground.
My need, for instance, is to select marker number 5 and ensure that not only its InfoWindow, but also its icon (which includes the number inside) appears on top and remains fully visible. I was therefore thinking of deleting all the markers, placing number 5 first, and then re-adding the others so they end up graphically behind. But... what guarantees do I have that this behavior is consistent and not simply the result of incidental or random rendering order?
My need, for instance, is to select marker number 5 and ensure that not only its InfoWindow, but also its icon (which includes the number inside) appears on top and remains fully visible. I was therefore thinking of deleting all the markers, placing number 5 first, and then re-adding the others so they end up graphically behind. But... what guarantees do I have that this behavior is consistent and not simply the result of incidental or random rendering order?