Map marker gets covered by surrounding data

110 views Asked by At

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:

enter image description here

I opened a bug report here: https://issuetracker.google.com/issues/260348804

0

There are 0 answers