maxExportTilesCount property
The maximum number of tiles that can be exported.
Implementation
int get maxExportTilesCount {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceInfo_getMaxExportTilesCount(
_handle, errorHandler);
});
}