Zum Inhalt springen

Google Maps-HTML-Vorlage im Jitterbit App Builder

Bezeichnung

Statt der ganzen Nullen für den API-Schlüssel müssen Sie diesen tatsächlich eingeben.

<style>
.map-container {
    position: relative;
    padding-bottom: 70%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
</style>

<div class="map-container">
<iframe
  width="600"
  height="450"
  frameborder="0" style="border:0"
  src="https://www.google.com/maps/embed/v1/place?key=000000000000000000000000000000000000000
    &q={{Adresse|url}},{{Stadt|url}}+{{Staat|url}}" allowfullscreen>
</iframe>