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.
1 parent f130550 commit 744a3ceCopy full SHA for 744a3ce
dist/components/Marker.js
@@ -136,7 +136,8 @@
136
icon = _props.icon,
137
label = _props.label,
138
draggable = _props.draggable,
139
- title = _props.title;
+ title = _props.title,
140
+ animation = _props.animation;
141
142
if (!google) {
143
return null;
@@ -153,7 +154,8 @@
153
154
icon: icon,
155
label: label,
156
title: title,
- draggable: draggable
157
+ draggable: draggable,
158
+ animation: animation
159
};
160
this.marker = new google.maps.Marker(pref);
161
@@ -204,4 +206,4 @@
204
206
205
207
208
exports.default = Marker;
-});
209
+});
0 commit comments