aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Types
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enmarcha.Backend/Types')
-rw-r--r--src/Enmarcha.Backend/Types/Planner/PlannerResponse.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Enmarcha.Backend/Types/Planner/PlannerResponse.cs b/src/Enmarcha.Backend/Types/Planner/PlannerResponse.cs
index 7713029..3d48831 100644
--- a/src/Enmarcha.Backend/Types/Planner/PlannerResponse.cs
+++ b/src/Enmarcha.Backend/Types/Planner/PlannerResponse.cs
@@ -83,4 +83,6 @@ public class PlannerSearchResult
public double Lat { get; set; }
public double Lon { get; set; }
public string? Layer { get; set; }
+ public string? StopId { get; set; }
+ public string? StopCode { get; set; }
}