Broadsword-GIS-Org / SE_BroadSword-GIS

COS 301 - Phase 3 Broad Sword GIS Repo
0 stars 3 forks source link

getRouteBetween(A, B) Mock Object #42

Closed sjohandup closed 7 years ago

sjohandup commented 7 years ago

Create a method that returns route between location A and location B

For now just return a hard coded list of coordinates, i.e. a mock object

sjohandup commented 7 years ago

mock object still exists but will no longer be needed as @BernhardSchuld was able to implement the node-astar algorithm successfully.