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