Hello,
I've been trying to use the new curveRings property exposed in the Polygon class. Specifically, I've been playing with the circular arcs, the ones defined by the "a" property. This curve object is essentially a "pizza slice" of a circle, where you define an end point, and a center point.
In normal esri circles, we are allowed to set the geodesic property, to stop circles from looking oval. However, that is not possible in the "a" style of curve objects. Can we have that option added?