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
Refer the below thread and see if it helps: community.appian.com/.../display-google-maps-on-sail-form
community.appian.com/.../display-google-maps-in-sail-interface-using-web-content-component
Hi, You could try this: a!webContentField( source:"www.google.com/.../<MODE> ) Where, MODE: place, directions, search, view or streetview API_KEY: your API key parameters: some optional parameters includes alignment, zoom etc Thanks
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" )