supportsIntersections property

bool supportsIntersections

Supports of intersections.

True if intersections a supported by locator task.

Implementation

bool get supportsIntersections {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_LocatorInfo_getSupportsIntersections(
      _handle,
      errorHandler,
    );
  });
}