React-google-maps: Is there a way to disable Satellite view button from appearing?

Created on 2 Oct 2015  路  2Comments  路  Source: tomchentw/react-google-maps

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?

Most helpful comment

<GoogleMap defaultOptions={{mapTypeControl: false}} ... />

All 2 comments

<GoogleMap defaultOptions={{mapTypeControl: false}} ... />

Thanks @ksavenkov !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bossbossk20 picture bossbossk20  路  3Comments

craigcartmell picture craigcartmell  路  4Comments

Mahmood004 picture Mahmood004  路  3Comments

ShintaroNippon picture ShintaroNippon  路  3Comments

EvHaus picture EvHaus  路  3Comments