| 50 | ], |
| 51 | }) |
| 52 | export 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)); |
nothing calls this directly
no outgoing calls
no test coverage detected