Hi.
I have to create a project for one of my classes, and I was thinking about creating an app using google API. Here's what it would do: users enters few addresses(3-15), and then the app would calculate the best route between them, using TSP algorithm or something similar, mark points on the map and give the output to the user.
Here's the question - is it possible to do this with google API? I did a little bit of research and I think it's possible, but what about performace? Would it be too slow? I've never used google maps API before, so I thought it would be better to ask that question before I even start this project. I have the TSP algorithm implementation in Java, and I have time till the end of 2016 to create this, so that wouldn't be a problem.
I have to create a project for one of my classes, and I was thinking about creating an app using google API. Here's what it would do: users enters few addresses(3-15), and then the app would calculate the best route between them, using TSP algorithm or something similar, mark points on the map and give the output to the user.
Here's the question - is it possible to do this with google API? I did a little bit of research and I think it's possible, but what about performace? Would it be too slow? I've never used google maps API before, so I thought it would be better to ask that question before I even start this project. I have the TSP algorithm implementation in Java, and I have time till the end of 2016 to create this, so that wouldn't be a problem.