Hello,
I have a program that needs to use GeometryEngine. It is used in this line
const Geometry pointGeom = GeometryEngine::normalizeCentralMeridian(clickedPoint);
When i try to#include <GeometryEngine>
I get an error saying file not found. How to I get access to the the GeometryEngine class?
p.s. I have similar issues with SimpleMarkerSymbol.