Select to view content in your preferred language

point additional data

181
1
05-29-2024 12:33 PM
Labels (3)
pinisolomon1
New Contributor

Hi guys, 

I'm seeking advice on how to achieve a specific functionality with ArcGIS Runtime SDK for .NET. I have historical data points for airplanes, and I want to display a callout with additional information (such as position and other details) upon double-clicking a point. The callout should remain visible until manually closed, and I need to support multiple callouts being displayed simultaneously. Since I understand that showing multiple callouts isn't directly supported, I'm unsure of the best approach to implement this feature. Any suggestions or guidance would be greatly appreciated.

0 Kudos
1 Reply
HamishDuff
Esri Contributor

Hi @pinisolomon1, thanks for your question.

As you've noted multiple callouts are not supported.

An alternate solution could be to  highlight or change the symbol of selected features and display information relating to selected features in another UI component. Unselecting a feature could remove the displayed information from the UI. Similarly removing the information from the UI could unselect the feature in the MapView.

Please let me know if you have any other questions.

0 Kudos