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 136
136
icon = _props . icon ,
137
137
label = _props . label ,
138
138
draggable = _props . draggable ,
139
- title = _props . title ;
139
+ title = _props . title ,
140
+ optimized = _props . optimized ,
141
+ zIndex = _props . zIndex ;
140
142
141
143
if ( ! google ) {
142
144
return null ;
153
155
icon : icon ,
154
156
label : label ,
155
157
title : title ,
156
- draggable : draggable
158
+ draggable : draggable ,
159
+ optimized : optimized ,
160
+ zIndex : zIndex
157
161
} ;
158
162
this . marker = new google . maps . Marker ( pref ) ;
159
163
Original file line number Diff line number Diff line change 231
231
center : center ,
232
232
zoom : this . props . zoom ,
233
233
maxZoom : this . props . maxZoom ,
234
- minZoom : this . props . maxZoom ,
234
+ minZoom : this . props . minZoom ,
235
235
clickableIcons : this . props . clickableIcons ,
236
236
disableDefaultUI : this . props . disableDefaultUI ,
237
237
zoomControl : this . props . zoomControl ,
You can’t perform that action at this time.
0 commit comments