250250 clickableIcons : ! ! this . props . clickableIcons ,
251251 disableDefaultUI : this . props . disableDefaultUI ,
252252 zoomControl : this . props . zoomControl ,
253+ zoomControlOptions : this . props . zoomControlOptions ,
253254 mapTypeControl : this . props . mapTypeControl ,
255+ mapTypeControlOptions : this . props . mapTypeControlOptions ,
254256 scaleControl : this . props . scaleControl ,
255257 streetViewControl : this . props . streetViewControl ,
258+ streetViewControlOptions : this . props . streetViewControlOptions ,
256259 panControl : this . props . panControl ,
257260 rotateControl : this . props . rotateControl ,
258261 fullscreenControl : this . props . fullscreenControl ,
392395 clickableIcons : _propTypes2 . default . bool ,
393396 disableDefaultUI : _propTypes2 . default . bool ,
394397 zoomControl : _propTypes2 . default . bool ,
398+ zoomControlOptions : _propTypes2 . default . object ,
395399 mapTypeControl : _propTypes2 . default . bool ,
400+ mapTypeControlOptions : _propTypes2 . default . object ,
396401 scaleControl : _propTypes2 . default . bool ,
397402 streetViewControl : _propTypes2 . default . bool ,
403+ streetViewControlOptions : _propTypes2 . default . object ,
398404 panControl : _propTypes2 . default . bool ,
399405 rotateControl : _propTypes2 . default . bool ,
400406 fullscreenControl : _propTypes2 . default . bool ,
427433 } ;
428434
429435 exports . default = Map ;
430- } ) ;
436+ } ) ;
0 commit comments