Hi,
I need to draw an arc of circle on the map for our app, so I'm using the EllipticArcSegment as defined here : create circular elliptic arc segment
Does this method expect a radius in degrees since I am working with WGS84 as a spatial reference ? I can't really figure out what units it is expecting for length and angles.
The problem is that I have the radius in meters and the angles in radians. Is there any way I could convert them into the expected units, or is there another method that I'm missing that can handle meters/radians ?