getMapViewMaxZoomRanges static method
Retrieve the maximum zoom ranges allowed on a MapView
Returns
- The maximum zoom ranges allowed on a MapView.
Throws:
- An exception if it fails.
Implementation
static int getMapViewMaxZoomRanges() {
final OperationResult resultString = staticMethod(
'Debug',
'getMapViewMaxZoomRanges',
);
return resultString['result'];
}