Map capabilities/callbacks in Dash

Hi,

currently I’m evaluating potential tools for a specific usecase. The usecase includes a webapp that contains an interactive map of the world. The user should be able to select a specific place on the map. This selection triggers a call to an API that takes the latitude and longitude of the selected location. Based on the response of the API, several different icons will be shown in the vicinity of the selected location.

Is this doable in Dash and if so, how difficult would it be?

Thanks in advance for any help
Alex

1 Like