MCPcopy Create free account
hub / github.com/angular/components /

Class

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

Source from the content-addressed store, hash-verified

50 ],
51})
52export class MapMarker implements OnInit, OnChanges, OnDestroy, MapAnchorPoint, MarkerDirective {
53 private readonly _googleMap = inject(GoogleMap);
54 private _ngZone = inject(NgZone);
55 private _eventManager = new MapEventManager(inject(NgZone));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected