Hi!
I am using C++/Qt template for ArcGIS Runtime 100.1 and am trying to use the GeometryEngine::ellipseGeodesic method and it seems that the only way to do that is by passing in an instance of the GeodesicEllipseParameters class.
However, my issue is that when I try to include the header file for the parameters class (#include <GeodesicEllipseParameters>) the compiler tells me the file is not included.
Is there a different name for the class or another way to use the ellipseGeodesic method? I got this header file from the C++ API so I can't imagine it being incorrect, every other class has worked so far for me.
Thanks!