summaryrefslogtreecommitdiff
path: root/lib/RoutingExample.dart
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-04-13 20:15:32 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-04-13 20:15:32 +0200
commitfe968ef8eed020670abdc8b8554a766eee15e5ed (patch)
tree6afef5a1c3605abaa78a8b852b7d836cf5ca8e73 /lib/RoutingExample.dart
parentd35e4014e16bfdf2e2fc2bde397c385fc53e498c (diff)
improvements
Diffstat (limited to 'lib/RoutingExample.dart')
-rw-r--r--lib/RoutingExample.dart7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/RoutingExample.dart b/lib/RoutingExample.dart
index ade893d..23b0be3 100644
--- a/lib/RoutingExample.dart
+++ b/lib/RoutingExample.dart
@@ -276,13 +276,8 @@ class RoutingExample {
_parcelNumberPins.add(
DestinationPin(
+ numberOfParcels: 0,
sequenceNumber: int.parse(item.deliverySequenceNumber!),
- text: item.deliverySequenceNumber.toString() +
- ' = ' +
- item.houseNumber! +
- (item.houseNumberAddition != null
- ? item.houseNumberAddition!
- : ''),
coords: DHLCoordinates(destinationGeoCoordinates.latitude,
destinationGeoCoordinates.longitude),
isDoublePlannedAddress: false,