How to set Zoom at GoogleMaps.location?

Is there a way to use Google Maps API or another tool to set the zoom? When i put that code (above), the location appears so tiny. Please. Help!
Sorry for my english.

here is the code that i´m using:

$w.onReady( function () {
   $w("#dynamicDataset").onReady( ()  => {
   		let currentItem = $w("#dynamicDataset").getCurrentItem();
		$w("#googleMaps1").location = {
            "latitude": currentItem.latitude,
            "longitude": currentItem.longitude, 
            "description": currentItem.nome,    

       };
   } );
} );

Hi,

unfortunately GoogleMaps component does not support such feature at the moment. However, we have feature requests board, feel free to add a request for it there: https://www.wix.com/code/home/forum/feature-requests