ucsb-cs56-projects / cs56-calculatewalkingtime

-
MIT License
0 stars 6 forks source link

Create more accurate walking times #4

Closed vincenicoara closed 8 years ago

vincenicoara commented 8 years ago

Right now the software calculates the walking time as if there were no obstacles or paths between the buildings. The program looks at two Lat/Long coordinates and calculates the distance between them. Make the walking times more accurate by taking obstacles and pathways into consideration.

200 points

vincenicoara commented 8 years ago

The program actually already accounts for this using the Google API.