diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-06-09 23:13:41 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-06-09 23:13:41 +0200 |
| commit | 4eef6fe17a48e535c902336fad4ea7aab1963ce1 (patch) | |
| tree | d5b7d9db094f87d170fec901899d212e75f2df6f /lib/RoutingExample.dart | |
| parent | 629db8d6250bfbab82508e3ab1f083c0e38f605b (diff) | |
show qr
Diffstat (limited to 'lib/RoutingExample.dart')
| -rw-r--r-- | lib/RoutingExample.dart | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/RoutingExample.dart b/lib/RoutingExample.dart index 23b0be3..2ab5193 100644 --- a/lib/RoutingExample.dart +++ b/lib/RoutingExample.dart @@ -284,7 +284,8 @@ class RoutingExample { postalcodeNumeric: item.postalCodeNumeric, postalcodeAlpha: item.postalCodeAlpha, houseNumberWithExtra: - item.houseNumber! + (item.houseNumberAddition ?? '')), + item.houseNumber! + (item.houseNumberAddition ?? ''), + pid: item.pid), ); _destinationCoords.add(destinationGeoCoordinates); |
