Im making a WPF.Net application and im using ArcGIS Runtime .NET SDK to make it.
I want import a csv file to the application ( csv file has locaion details) and I want show the location in the map .. anybody have any idea..
It's possible, but currently you will have to do the CSV parsing first yourself, then create a GraphicsOverlay and generate graphics that represents each row.