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

Class

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

Source from the content-addressed store, hash-verified

20 */
21@Service()
22export class MapGeocoder {
23 private readonly _ngZone = inject(NgZone);
24 private _geocoder: google.maps.Geocoder | undefined;
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected