maxScale property

double maxScale

The layers's max scale.

Implementation

double get maxScale {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceInfo_getMaxScale(
        _handle, errorHandler);
  });
}