maxImageHeight property

int maxImageHeight

The max image height in pixels.

Implementation

int get maxImageHeight {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceInfo_getMaxImageHeight(
        _handle, errorHandler);
  });
}