minScale property

double minScale

The minimum scale.

Will return an undefined float if an error occurs.

Implementation

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