effectiveMaxScale property

double effectiveMaxScale

The layer's effective max scale.

Implementation

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