getZoomLevel method

Future<double?> getZoomLevel()

Implementation

Future<double?> getZoomLevel() async => _googleMapController?.getZoomLevel();