* See * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getAnimation
()
| 358 | * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getAnimation |
| 359 | */ |
| 360 | getAnimation(): google.maps.Animation | null { |
| 361 | this._assertInitialized(); |
| 362 | return this.marker.getAnimation() || null; |
| 363 | } |
| 364 | |
| 365 | /** |
| 366 | * See |
no test coverage detected