We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb319fe + ad806dc commit 02ea901Copy full SHA for 02ea901
dist/components/Marker.js
@@ -136,7 +136,9 @@
136
icon = _props.icon,
137
label = _props.label,
138
draggable = _props.draggable,
139
- title = _props.title;
+ title = _props.title,
140
+ optimized = _props.optimized,
141
+ zIndex = _props.zIndex;
142
143
if (!google) {
144
return null;
@@ -153,7 +155,9 @@
153
155
icon: icon,
154
156
label: label,
157
title: title,
- draggable: draggable
158
+ draggable: draggable,
159
+ optimized: optimized,
160
+ zIndex: zIndex
161
};
162
this.marker = new google.maps.Marker(pref);
163
0 commit comments