distance property

double distance

The result distance.

Implementation

double get distance {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ProximityResult_getDistance(_handle, errorHandler);
  });
}