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, 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