We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc00d9 + 938743b commit 2c94d32Copy full SHA for 2c94d32
src/index.js
@@ -151,6 +151,7 @@ export class Map extends React.Component {
151
streetViewControl: this.props.streetViewControl,
152
panControl: this.props.panControl,
153
rotateControl: this.props.rotateControl,
154
+ fullscreenControl: this.props.fullscreenControl,
155
scrollwheel: this.props.scrollwheel,
156
draggable: this.props.draggable,
157
keyboardShortcuts: this.props.keyboardShortcuts,
@@ -279,6 +280,7 @@ Map.propTypes = {
279
280
streetViewControl: PropTypes.bool,
281
panControl: PropTypes.bool,
282
rotateControl: PropTypes.bool,
283
+ fullscreenControl: PropTypes.bool,
284
scrollwheel: PropTypes.bool,
285
draggable: PropTypes.bool,
286
keyboardShortcuts: PropTypes.bool,
0 commit comments