maxScale property

double maxScale

The maximum scale.

Will return an undefined float if an error occurs.

Implementation

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