Deprecated geometryEngine.extendedSpatialReferenceInfo — replacement guidance?
Since 4.32, geometryEngine.extendedSpatialReferenceInfo() is deprecated.
The documentation does not list a direct replacement and no Geometry Operator seems to provide the same tolerance/xyTolerance information.
I previously used it like this:
const info = geometryEngine.extendedSpatialReferenceInfo(spatialReference);
const tolerance = info.tolerance;
Question
What is the recommended approach to retrieve a spatial reference’s default tolerance now?
A short clarification or recommended practice would help avoid inconsistent fallback values across applications.
Thanks!