Include RegionManager in result for internal use
This commit is contained in:
parent
9e0c4f65db
commit
6fb88b5c9c
@ -9,6 +9,7 @@ public class PathResult
|
||||
[JsonInclude]public List<PathNode> pathNodes;
|
||||
[JsonInclude]public Dictionary<ulong, double>? gScore;
|
||||
[JsonInclude]public HashSet<OsmNode>? gScoreNodes;
|
||||
[JsonIgnore] public RegionManager? regionManager { get; set; }
|
||||
public string? name { get; set; }
|
||||
|
||||
[JsonConstructor]
|
||||
|
Loading…
Reference in New Issue
Block a user