Tanveer Mughal

Results 1 comments of Tanveer Mughal

I solved it by calling the function 'setZoom' in map instance. in onLoad function of google maps, before setting map instance: const onLoad = useCallback(function callback(mapInstance) { mapInstance.setZoom(20); setMap(map); },...