tomchentw / react-google-maps

React.js Google Maps integration component
https://tomchentw.github.io/react-google-maps/
MIT License
4.62k stars 939 forks source link

Check this use 'window' #1091

Open asharuDheen-code opened 2 years ago

asharuDheen-code commented 2 years ago

<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}