React-google-maps: Is there an option for adding full screen icon?

Created on 17 Jun 2017  路  5Comments  路  Source: tomchentw/react-google-maps

That would be grate for mobile UX and desktop in many cases.

Google Maps With Full Screen Icon

Most helpful comment

refer to https://developers.google.com/maps/documentation/javascript/reference?hl=zh-tw#MapOptions
add a options={{fullscreenControl: true}} to GoogleMap

<GoogleMap options={{ fullscreenControl: true }} />

All 5 comments

I need this. Please add this feature.

refer to https://developers.google.com/maps/documentation/javascript/reference?hl=zh-tw#MapOptions
add a options={{fullscreenControl: true}} to GoogleMap

<GoogleMap options={{ fullscreenControl: true }} />

@savalanpour I think you'd better close this issue. Please check this option.

It worked thanks @alanzongsianshen . @ImanMh Please close this issue.

Please refer to Getting Help section in the README.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MrSaints picture MrSaints  路  3Comments

johnantoni picture johnantoni  路  3Comments

ShintaroNippon picture ShintaroNippon  路  3Comments

LukasZvikas picture LukasZvikas  路  3Comments

craigcartmell picture craigcartmell  路  4Comments