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