antialiasing property

bool antialiasing

The antialiasing flag of this tile cache.

False if an error occurs.

Implementation

bool get antialiasing {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TileCache_getAntialiasing(
      _handle,
      errorHandler,
    );
  });
}