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.