exportTilesAllowed property

bool exportTilesAllowed

True if this source supports exporting tiles, false otherwise.

Implementation

bool get exportTilesAllowed {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_VectorTileSourceInfo_getExportTilesAllowed(
      _handle,
      errorHandler,
    );
  });
}