i'm making app about trip planner where user favorite a few place in a city and i'm suppose to route that place for user. i need to route each so i can calculate the shortest traveling time possible.
can anyone suggest me how to solve this ?
i know google API have a routing algorithm but that just take place 1 to place 2. currently i'm thinking about implementing Dijkstra's algorithm to this routing problem. any suggestion ? thanks