Gets the current zoom level of the map.
Returns null if the map is not ready or an error occurs.
Future<double?> getCurrentZoom() { return _impl.getCurrentZoom(); }