maxExportTilesCount property

int maxExportTilesCount

The maximum number of tiles that can be exported from the service.

Implementation

int get maxExportTilesCount {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_VectorTileSourceInfo_getMaxExportTilesCount(
      _handle,
      errorHandler,
    );
  });
}