retrieve the current map's zoom
Future<double> getZoom() async { return await _methodChannel.invokeMethod('getZoom'); }