Hi,
I need to integrate google maps in an interface, I have tried with the a!webContentField() component, but it does not support google maps.
So how do I approach for this?
Discussion posts and replies are publicly visible
Hi Shweta,
Use the below code for showing the maps in an interface using a!WebContentField().
a!webContentField( label: "Webcontent", source:"https://www.google.com/maps/embed/v1/place?q=Your Place&zoom=17&key=Your API Key", showBorder: false, height: "SHORT" )