Hello,
I am trying to draw a circle on a map using ESRI ArcGIS Runtime SDK WPF 10.2. I have found this link: Circle graphic? which contains a code sample which will successfully draw a circle on the map.
However, I cannot figure out how to convert a distance in meters, into the "Radius" parameter of this code.
Are there any other "Circle" solutions? or a way to convert meters into the units that this class requires?
Michael