How I would do this in a non react situation would be to set mapTypeControl to false. How would I go about setting that value with this library?
<GoogleMap defaultOptions={{mapTypeControl: false}} ... />
Thanks @ksavenkov !
Most helpful comment
<GoogleMap defaultOptions={{mapTypeControl: false}} ... />