If you want embed google maps in Glide app you have to create a template column with this code:
<div style="width: 700px;position: relative;"><iframe width="700" height="440" src="https://maps.google.com/maps?width=700&height=440&hl=en&q=ADDRESS&hl=it&ie=UTF8&t=&z=19&iwloc=B&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><div style="position: absolute;width: 80%;bottom: 10px;left: 0;right: 0;margin-left: auto;margin-right: auto;color: #000;text-align: center;"><small style="line-height: 1.8;font-size: 2px;background: #fff;">Powered by <a href="http://www.googlemapsgenerator.com/da/">Googlemapsgenerator.com/da/</a> & <a href="https://iamsterdamcard.it/">iamsterdamcard (it)</a></small></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div><br />
Replace “ADDRESS” with your personal address column and that’s it! Now add Web View component and select the template column just created.