effectiveMinScale property

double effectiveMinScale

The sublayer's effective min scale.

Implementation

double get effectiveMinScale {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getEffectiveMinScale(
        _handle, errorHandler);
  });
}