From fe968ef8eed020670abdc8b8554a766eee15e5ed Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 13 Apr 2023 20:15:32 +0200 Subject: improvements --- lib/RoutingExample.dart | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/RoutingExample.dart') 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, -- cgit v1.2.3-70-g09d2