maxScale property

double maxScale

The sublayer's max scale.

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

Implementation

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