| 31 | exportAs: 'mapTrafficLayer', |
| 32 | }) |
| 33 | export class MapTrafficLayer implements OnInit, OnDestroy { |
| 34 | private readonly _map = inject(GoogleMap); |
| 35 | private readonly _ngZone = inject(NgZone); |
| 36 | private readonly _autoRefresh = new BehaviorSubject<boolean>(true); |
nothing calls this directly
no outgoing calls
no test coverage detected