@@ -149,9 +149,12 @@ export class Map extends React.Component {
149
149
clickableIcons : ! ! this . props . clickableIcons ,
150
150
disableDefaultUI : this . props . disableDefaultUI ,
151
151
zoomControl : this . props . zoomControl ,
152
+ zoomControlOptions : this . props . zoomControlOptions ,
152
153
mapTypeControl : this . props . mapTypeControl ,
154
+ mapTypeControlOptions : this . props . mapTypeControlOptions ,
153
155
scaleControl : this . props . scaleControl ,
154
156
streetViewControl : this . props . streetViewControl ,
157
+ streetViewControlOptions : this . props . streetViewControlOptions ,
155
158
panControl : this . props . panControl ,
156
159
rotateControl : this . props . rotateControl ,
157
160
fullscreenControl : this . props . fullscreenControl ,
@@ -279,9 +282,12 @@ Map.propTypes = {
279
282
clickableIcons : PropTypes . bool ,
280
283
disableDefaultUI : PropTypes . bool ,
281
284
zoomControl : PropTypes . bool ,
285
+ zoomControlOptions : PropTypes . object ,
282
286
mapTypeControl : PropTypes . bool ,
287
+ mapTypeControlOptions : PropTypes . bool ,
283
288
scaleControl : PropTypes . bool ,
284
289
streetViewControl : PropTypes . bool ,
290
+ streetViewControlOptions : PropTypes . object ,
285
291
panControl : PropTypes . bool ,
286
292
rotateControl : PropTypes . bool ,
287
293
fullscreenControl : PropTypes . bool ,
0 commit comments