I'm using the google-maps web component in Polymer and followed the example:
<google-map latitude="7.1907"
longitude="125.4553"
api-key="{{apiKey}}"
on-google-map-ready="mapReady"></google-map>
with the style:
google-map {
width: 100%;
height: 200px;
display: block;
}
but it displays like this:
I tried working with the responsiveness and every time the screen changes the maps loads, any ideas or solutions? Thanks