I'm using Google Maps Embed API and the markers within the iframe get partly covered by surrounding place labels. How could I increase their z-index or whatever property necessary so they have priority over anything else in the map?
<iframe src="https://www.google.com/maps/embed/v1/place?key=MY_API_KEY&q=Tarragona">
</iframe>
Output looks like this:
I opened a bug report here: https://issuetracker.google.com/issues/260348804
