You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -288,6 +288,11 @@ export class HomeComponent implements OnInit {
288
288
this.latitude=location.latitude;
289
289
this.longitude=location.longitude;
290
290
}
291
+
292
+
onGermanAddressMapped($event:GermanAddress) {
293
+
console.log('onGermanAddressMapped', $event);
294
+
}
295
+
291
296
}
292
297
293
298
```
@@ -309,6 +314,7 @@ export class HomeComponent implements OnInit {
309
314
| onChange | Output() | PlaceResult | string | null | - | event when the input form value changed
310
315
| onAutocompleteSelected | Output() | PlaceResult | - | the event will be fired when a place has been selected via the google maps autocomplete component
311
316
| onLocationSelected | Output() | Location | - | the event will be fired when a place has been selected via the google maps autocomplete component |
317
+
| onLocationSelected | Output() | GermanAddress | - | the event will be fired when a place has been selected and mapped to the german address interface |
0 commit comments