google-maps-react icon indicating copy to clipboard operation
google-maps-react copied to clipboard

Property fullscreenControlOptions not in repository, and incorrect prop type for mapTypeControlOptions

Open aschambers opened this issue 5 years ago • 0 comments

  1. 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.

  2. 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

aschambers avatar Aug 19 '20 18:08 aschambers