Hello esri community,
I am just starting building my application in WPF and I attempting to just build a simple moving map display for an object. I have a data feed of the decimal lat, long and altitude of the object but I cannot seem to figure out on how I can track this object. Ideally, I'd like to have the object moving throughout the map, and to also be able to drag the map to other places while having a button to recenter.
I have taken a look at the arcgis .net sample application but everything there seems bases off of NEMA. I just have simple raw values, lat, long, altitude.
Could someone point me to how I can track an object like this?