Integrate Google Maps and Appian on 7.10

I have a requirement where I need to integrate Google Maps with Appian. For example origin is A and destination is B and i click on submit, i should get the possible routes as radio buttons and when i select one of them it should display the route. This application is on 7.10

OriginalPostID-185711

OriginalPostID-185711

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Sudipta Biswas

    You cannot directly embed dynamic maps in SAIL Interface. Although in 18.1, there is a function called webContentField() to embed content from external source, it does not work for maps. The only thing you could do to make your map more dynamic is you can add a path between two locations provided by user in your static map and can also change the zoom feature of your static map according to user input. Further, you can add a safe link to google maps from your interface. 

Children