getErrorIndicator method

Geometry? getErrorIndicator()

Gets a geometry which indicates the location and nature of a validation failure.

The indicator is a line segment showing the location and size of the distance discrepancy.

@return a geometric error indicator or null if no error was found

Implementation

Geometry? getErrorIndicator() {
  return errorIndicator;
}