Using Shiny and/of RStudio to Create an Online Map Based Survey

Hello

I have been searching high and low for a way to create an online map based survey with Shiny and/or another RStudio package. I am looking for a way to enable users to drag and drop multiple points on the map and then to have them answer some survey questions after interacting with the map.

I see that Shiny can create interactive maps, I just wanted to see if there is a way to add the ability to create a map based survey with it?

Thanks for any help and have a great evening.

@GarrettRSmith Perhaps you can use an Observe and modalDialog?