Finish adding the markers to the map view to display info about that specific drop off's tips and base pay.
This commit is contained in:
parent
a5fa4e0309
commit
e94bbaaf91
5 changed files with 50 additions and 4 deletions
|
@ -125,6 +125,7 @@ class SessionData {
|
|||
|
||||
static Trip GetNewTrip({required double basePay}) {
|
||||
currentTrip = Trip(BasePay: basePay);
|
||||
Trips.add(currentTrip!);
|
||||
return currentTrip!;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue