Hi team,
I have a requirement where I need to display the google map on SAIL form based on latitude and longitude. I used one of google maps API and got the address based on latitude and longitude.Now based on this address, i am trying to execute following google Maps API: {maps.googleapis.com/.../jsonand got the response. Now how to proceed in displaying it on SAIL.
Please suggest.
Thanks,
gaurav
Discussion posts and replies are publicly visible
Hi Gaurav Arora (gaurava752) ,
If you are 18.2 then you can use Web Content Component.
a!webContentField(label: "Webcontent",source:"maps.googleapis.com/.../json KEY***",height: "MEDIUM",showBorder: true,altText: "Google Maps")
Else if you are in lower versions then you can use imagefield.
The web content component is not supported by Safari and Internet Explorer 11 and probably shouldn't be used until it is; it's also overengineering for this requirement where a simple static google map will suffice.
From the documentation: "To protect users from how Safari and Internet Explorer 11 handle memory, the Web Content component will display as an inline link when viewed in those browsers."
Hey Gaurav,
Please go through below video link for the same:
Google Map integration with Appian: https://youtu.be/d3wGgW3khYI