MCPcopy
hub / github.com/angular/components / getAnimation

Method getAnimation

src/google-maps/map-marker/map-marker.ts:360–363  ·  view source on GitHub ↗

* See * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getAnimation

()

Source from the content-addressed store, hash-verified

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

Callers 1

map-marker.spec.tsFile · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected