effectiveMaxScale property
The sublayer's effective max scale.
Implementation
double get effectiveMaxScale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceSublayerInfo_getEffectiveMaxScale(
_handle, errorHandler);
});
}