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

corbpaul picture corbpaul  路  18Comments

mmahalwy picture mmahalwy  路  19Comments

baebb picture baebb  路  21Comments

tomchentw picture tomchentw  路  37Comments

jgoux picture jgoux  路  19Comments