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

Method getLabel

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

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

()

Source from the content-addressed store, hash-verified

403 * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getLabel
404 */
405 getLabel(): google.maps.MarkerLabel | string | null {
406 this._assertInitialized();
407 return this.marker.getLabel() || null;
408 }
409
410 /**
411 * See

Callers

nothing calls this directly

Calls 2

_assertInitializedMethod · 0.95
getLabelMethod · 0.65

Tested by

no test coverage detected