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

Method getTitle

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

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

()

Source from the content-addressed store, hash-verified

439 * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getTitle
440 */
441 getTitle(): string | null {
442 this._assertInitialized();
443 return this.marker.getTitle() || null;
444 }
445
446 /**
447 * See

Callers 1

map-marker.spec.tsFile · 0.45

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected