restriction bound property added by gkumar9 · Pull Request #311 · fullstackreact/google-maps-react

Expand Up @@ -165,7 +165,8 @@ export class Map extends React.Component { disableDoubleClickZoom: this.props.disableDoubleClickZoom, noClear: this.props.noClear, styles: this.props.styles, gestureHandling: this.props.gestureHandling gestureHandling: this.props.gestureHandling, restriction: this.props.restriction } );
Expand Down Expand Up @@ -299,7 +300,8 @@ Map.propTypes = { noClear: PropTypes.bool, styles: PropTypes.array, gestureHandling: PropTypes.string, bounds: PropTypes.object bounds: PropTypes.object, restriction: PropTypes.object };
evtNames.forEach(e => (Map.propTypes[camelize(e)] = PropTypes.func)); Expand Down