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

Method getShape

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

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

()

Source from the content-addressed store, hash-verified

430 * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getShape
431 */
432 getShape(): google.maps.MarkerShape | null {
433 this._assertInitialized();
434 return this.marker.getShape() || null;
435 }
436
437 /**
438 * See

Callers 1

map-marker.spec.tsFile · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected