I'm developing an application in ArcGIS Runtime for Java 10.2.3 with basic tools like :
- showing mouse cursor coordinates,
- calculated distances, areas (geodesic with GeometryEngine).
How can I have the precision of these calculations to provide them to the end user ??
(most of my maps will be in WGS 84, but precision will differ depending of map projection, right ?)