minScale property

double minScale

The sublayer's min scale.

Implementation

double get minScale {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getMinScale(
      _handle,
      errorHandler,
    );
  });
}