Hello. First of all say that I am new to arcgis and I am developing an application wpf that receives a series of parameters from a database such as
Department, Name.... and geolocation position coordinate.
I have managed to paint points of the positions on the map, lines, polygons etc on the GraphicsOverlay layer, mark a point when selecting and a CalloutDefinition appears
Well, here my question. I need this CalloutDefinition to be something more complete to show more data and I have seen that there are popups using PopupViewer, but I don't know how to use them.
Can someone help me to show a more complete popup when clicking on a Mappoint point of the GraphicsOverlays layer?
Thank you very much