Is there any way to config Map minScale and maxScale in ArcGIS SDK v200.x like v100.x
private var portal: AGSPortal?
private var map: AGSMap?
map.maxScale = MapConst.maxScale
map.minScale = MapConst.minScale
I can not find those APIs on the new SDK version v200.2