zoomLevel property
Get the zoom level.
Returns
The current zoom level.
Throws
- An exception if it fails.
Implementation
int get zoomLevel {
final OperationResult resultString = objectMethod(
_pointerId,
'MapView',
'getZoomLevel',
);
return resultString['result'];
}