update calculateRoutes comments

This commit is contained in:
Fennel Kora 2024-04-13 17:14:57 -04:00
parent 168f77a378
commit 9a9fd30554

View file

@ -17,8 +17,7 @@ public class Route {
private void calculateRoutes() {
//execute api call out to routing service to get route info
//this simulates gettinga single route, but ideally a query would go out
//using multiple pathfiding algorithms to get route options
//ideally a query would go out using multiple pathfiding algorithms to get route options
updateCurrentLocation();
HelperFunctions apiCallToRouting = new HelperFunctions();
routeSequences[0] = apiCallToRouting.routingAPI(currentLocation, currentDestination.getDestinationCoordinates(), tollsFlag, hwyFlag); //route option 1