maxScale property
The maximum scale at which to display the Sublayer.
Implementation
double get maxScale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_AnnotationSublayer_getMaxScale(
_handle,
errorHandler,
);
});
}