maxScale property

double maxScale

The layer's max scale.

Implementation

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