google-maps-react
google-maps-react copied to clipboard
Property fullscreenControlOptions not in repository, and incorrect prop type for mapTypeControlOptions
-
In index.js, fullscreenControl is listed, but not fullscreenControlOptions, which would be useful to be able to move the fullscreenControl to another area on the page.
-
In index.js, mapTypeControlOptions is incorrectly set to bool like mapTypeControl, when it should be an object: mapTypeControl: PropTypes.bool, mapTypeControlOptions: PropTypes.bool,
I've forked a copy of the repository where I made these changes: https://github.com/aschambers/google-maps-react