Google API direction

Hi Everyone,

I’m creating a chatbot to book cars. For the moment, I’m creating suggestion of direction. For this, I just found the Google API to help me. I sucessfully call it for time to travel and find places around me.

For the moment, I test it on command line.

To print a Google Embedded Maps, the documentation give this :

width=“600” height=“450” frameborder=“0” style=“border:0” src=“https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY &q=Space+Needle,Seattle+WA” allowfullscreen

in iframe markup

Do you have any idea how I could integrate this to an action (written in Python). For the moment, I just have images and texts as answere.

Thanks a lot. Cyril.