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

Class

src/google-maps/map-traffic-layer/map-traffic-layer.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 exportAs: 'mapTrafficLayer',
32})
33export 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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected