effectiveMaxScale property

double effectiveMaxScale

The sublayer's effective max scale.

Implementation

double get effectiveMaxScale {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getEffectiveMaxScale(
      _handle,
      errorHandler,
    );
  });
}