is there a way to disable the scroll wheel? I'm not sure how to integrate this option into google-maps-react.
I tried this:
defaultOptions={{
scrollwheel: false,
}}
and this:
MAP_OPTIONS = {
scrollwheel: false,
}
but it doesn't work for me
It would be awesome if you could help me! Thanks in advance!
Can you provide the entire code please ?
Did you place it in the GoogleMap tag ?
It should work like this. Have a nice day,