| 15 | exportAs: 'mapBaseLayer', |
| 16 | }) |
| 17 | export class MapBaseLayer implements OnInit, OnDestroy { |
| 18 | protected readonly _map = inject(GoogleMap); |
| 19 | protected readonly _ngZone = inject(NgZone); |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected