250
250
clickableIcons : ! ! this . props . clickableIcons ,
251
251
disableDefaultUI : this . props . disableDefaultUI ,
252
252
zoomControl : this . props . zoomControl ,
253
+ zoomControlOptions : this . props . zoomControlOptions ,
253
254
mapTypeControl : this . props . mapTypeControl ,
255
+ mapTypeControlOptions : this . props . mapTypeControlOptions ,
254
256
scaleControl : this . props . scaleControl ,
255
257
streetViewControl : this . props . streetViewControl ,
258
+ streetViewControlOptions : this . props . streetViewControlOptions ,
256
259
panControl : this . props . panControl ,
257
260
rotateControl : this . props . rotateControl ,
258
261
fullscreenControl : this . props . fullscreenControl ,
392
395
clickableIcons : _propTypes2 . default . bool ,
393
396
disableDefaultUI : _propTypes2 . default . bool ,
394
397
zoomControl : _propTypes2 . default . bool ,
398
+ zoomControlOptions : _propTypes2 . default . object ,
395
399
mapTypeControl : _propTypes2 . default . bool ,
400
+ mapTypeControlOptions : _propTypes2 . default . object ,
396
401
scaleControl : _propTypes2 . default . bool ,
397
402
streetViewControl : _propTypes2 . default . bool ,
403
+ streetViewControlOptions : _propTypes2 . default . object ,
398
404
panControl : _propTypes2 . default . bool ,
399
405
rotateControl : _propTypes2 . default . bool ,
400
406
fullscreenControl : _propTypes2 . default . bool ,
427
433
} ;
428
434
429
435
exports . default = Map ;
430
- } ) ;
436
+ } ) ;
0 commit comments