summaryrefslogtreecommitdiff
path: root/lib/RoutingExample.dart
diff options
context:
space:
mode:
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,