minScale property

double minScale

The sublayer's min scale.

The sublayer min scale. Will return NAN if an error occurs.

Implementation

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