minScale property

double minScale

The minimum scale at which to display the Sublayer.

Zero indicates that the annotation will be visible no matter how far the user zooms out.

Implementation

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