Select to view content in your preferred language

Allow users to drag and drop a pin on to the map?

498
1
10-19-2023 08:41 AM
Labels (1)
EdwardCronin
New Contributor

I'm hoping to allow users to drop a pin on to my map, preferably after they use the search bar widget.

0 Kudos
1 Reply
Shen_Zhang
Esri Contributor

It can be achieved by adding a Records created message ction:

  • In Search widget settings panel, go to Actions, add a trigger "Records created"
  • Select a Map widget as the target, choose Show on map 
  • Select Use custom symbols, and change the point symbol to a pin

Screenshot 2023-12-12 at 17.47.51.png

However, it only works for locator sources at the moment.

Shen Zhang
0 Kudos