react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

Check this use 'window'

Open asharuDheen-code opened this issue 2 years ago • 0 comments

<GoogleMap id="map" mapContainerStyle={mapContainerStyle} zoom={8} center={props.center} options={{ mapTypeControlOptions: { style: window.google.maps.MapTypeControlStyle.HORIZONTAL_BAR, position: window.google.maps.ControlPosition.TOP_CENTER }, zoomControlOptions: { position: window.google.maps.ControlPosition.LEFT_CENTER }, streetViewControlOptions: { position: window.google.maps.ControlPosition.LEFT_TOP } }} onClick={onMapClick} onLoad={onMapLoad} >

asharuDheen-code avatar Jun 01 '22 09:06 asharuDheen-code