Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit a7882b5

Browse files
committed
Increased the number of bus and tram stops nearby used
1 parent ee4d42f commit a7882b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PTVGlass/NearMeActivity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ public async void NearbyDepartures(Location location)
8181
switch (transportType)
8282
{
8383
case TransportType.Bus:
84-
stopLimit = 3;
84+
stopLimit = 6;
8585
noStopsNearby = Resource.String.no_bus_stops_nearby;
8686
break;
8787
case TransportType.Tram:
88-
stopLimit = 3;
88+
stopLimit = 6;
8989
noStopsNearby = Resource.String.no_tram_stops_nearby;
9090
break;
9191
case TransportType.Train:

0 commit comments

Comments
 (0)