Skip to content

Commit 74e5344

Browse files
authored
Update index.js
1 parent 56f9d49 commit 74e5344

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,12 @@ export class Map extends React.Component {
149149
clickableIcons: !!this.props.clickableIcons,
150150
disableDefaultUI: this.props.disableDefaultUI,
151151
zoomControl: this.props.zoomControl,
152+
zoomControlOptions: this.props.zoomControlOptions,
152153
mapTypeControl: this.props.mapTypeControl,
154+
mapTypeControlOptions: this.props.mapTypeControlOptions,
153155
scaleControl: this.props.scaleControl,
154156
streetViewControl: this.props.streetViewControl,
157+
streetViewControlOptions: this.props.streetViewControlOptions,
155158
panControl: this.props.panControl,
156159
rotateControl: this.props.rotateControl,
157160
fullscreenControl: this.props.fullscreenControl,
@@ -279,9 +282,12 @@ Map.propTypes = {
279282
clickableIcons: PropTypes.bool,
280283
disableDefaultUI: PropTypes.bool,
281284
zoomControl: PropTypes.bool,
285+
zoomControlOptions: PropTypes.object,
282286
mapTypeControl: PropTypes.bool,
287+
mapTypeControlOptions: PropTypes.bool,
283288
scaleControl: PropTypes.bool,
284289
streetViewControl: PropTypes.bool,
290+
streetViewControlOptions: PropTypes.object,
285291
panControl: PropTypes.bool,
286292
rotateControl: PropTypes.bool,
287293
fullscreenControl: PropTypes.bool,

0 commit comments

Comments
 (0)