working!
This commit is contained in:
parent
8dd63411ea
commit
7f06a6f880
@ -19,7 +19,7 @@ public class Server
|
||||
|
||||
|
||||
Coordinates start = new Coordinates(48.793319f, 9.832102f);
|
||||
Coordinates finish = new Coordinates(48.840728f, 10.067603f);
|
||||
Coordinates finish = new Coordinates(48.8407888f, 10.0676020f);
|
||||
DateTime startTime = DateTime.Now;
|
||||
OsmNode[] path = Pathfinder.CustomAStar("D:/stuttgart-regbez-latest", start, finish, Tag.SpeedType.car).ToArray();
|
||||
TimeSpan duration = DateTime.Now - startTime;
|
||||
|
Loading…
Reference in New Issue
Block a user