File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 136136 icon = _props . icon ,
137137 label = _props . label ,
138138 draggable = _props . draggable ,
139- title = _props . title ;
139+ title = _props . title ,
140+ optimized = _props . optimized ,
141+ zIndex = _props . zIndex ;
140142
141143 if ( ! google ) {
142144 return null ;
153155 icon : icon ,
154156 label : label ,
155157 title : title ,
156- draggable : draggable
158+ draggable : draggable ,
159+ optimized : optimized ,
160+ zIndex : zIndex
157161 } ;
158162 this . marker = new google . maps . Marker ( pref ) ;
159163
Original file line number Diff line number Diff line change 231231 center : center ,
232232 zoom : this . props . zoom ,
233233 maxZoom : this . props . maxZoom ,
234- minZoom : this . props . maxZoom ,
234+ minZoom : this . props . minZoom ,
235235 clickableIcons : this . props . clickableIcons ,
236236 disableDefaultUI : this . props . disableDefaultUI ,
237237 zoomControl : this . props . zoomControl ,
You can’t perform that action at this time.
0 commit comments