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