File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 ,
Original file line number Diff line number Diff line change 39
39
var googleVersion = opts . version || '3' ;
40
40
41
41
var script = null ;
42
- var google = typeof window !== 'undefined' && window . google || null ;
42
+ var google = window . google || null ;
43
43
var loading = false ;
44
44
var channel = null ;
45
45
var language = opts . language ;
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export class Map extends React.Component {
142
142
center : center ,
143
143
zoom : this . props . zoom ,
144
144
maxZoom : this . props . maxZoom ,
145
- minZoom : this . props . maxZoom ,
145
+ minZoom : this . props . minZoom ,
146
146
clickableIcons : this . props . clickableIcons ,
147
147
disableDefaultUI : this . props . disableDefaultUI ,
148
148
zoomControl : this . props . zoomControl ,
You can’t perform that action at this time.
0 commit comments