Hello !
I have a task from my university that bothers me and I definately need some help.
I have to create a web app in which i can add locations from the world map by taking the coordinates
and make route between two selected locations from the added. Also the km/h between the two locations must be summed.
Other important and maybe one of the main things is to calculate the total cost summed that you have to pay.
If for example the traveler have 5 congestions and 3 of them are with bus and two are with train this must be calculated.
Finally the path between the two locations have to be highlighted on the google map. Technologies that I have to use
are PHP for the server side among with PGSQL and javascript for the google map api.
Any help and ideas given will be greatly appriciated !