Display Google Maps In Sail Interface Using Web Content Component

Hi All,

 

I have a requirement to display google maps in sail interface and need to change the location dynamically based upon ri!input. Can u please suggest me how to accomplish this requirement.

 

Thanks in advance

 

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    Hi KrishnaPrasad,

    Before start coding you need to first register and get the key from google maps API console and use the code.

    Fullscreen
    1
    2
    3
    4
    a!webContentField(
    label: "Webcontent",
    source:"https://www.google.com/maps/embed/v1/place?q=Your ri variable&zoom=17&key=YourAPIKey"
    )
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

     

  • Thanks Santosh. It is Working
  • 0
    Certified Lead Developer
    in reply to krishnaprasadd
    Glad it worked..
Reply Children
No Data