diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-04 17:26:20 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-04 17:35:34 +0200 |
| commit | 73a52022d549ee3b401cea938f40321702c52b2b (patch) | |
| tree | c1fd67df2afe71262a95dc1eb39625014920f6fd /src/Enmarcha.Backend/Types | |
| parent | c558c8b6134df3b65d984430b58cffa26eb0b297 (diff) | |
Update marker design for positions without bearing
Diffstat (limited to 'src/Enmarcha.Backend/Types')
| -rw-r--r-- | src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs b/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs index 3f5b61a..75db225 100644 --- a/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs +++ b/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs @@ -33,7 +33,7 @@ public class Position { public required double Latitude { get; set; } public required double Longitude { get; set; } - public int OrientationDegrees { get; set; } + public int? Bearing { get; set; } public int ShapeIndex { get; set; } } |
