maxImageWidth property
The max image width in pixels.
Implementation
int get maxImageWidth {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceInfo_getMaxImageWidth(
_handle, errorHandler);
});
}