I'm using IdentifyGraphicsOverlayAsync to get my results from an GraphicsOverlay when I "Tap".
The Graphic i get has Geometry and Attributes with three Keys and Values and I then use "CalloutDefinition" to display the values in map and the Popup gets visible in the right location but its empty.
MyMapView.ShowCalloutAt( e.Location, myGraphic);