This website will generate a detailed route between the two locations. You'll be able to see those waypoints along the route on a map, with their corresponding addresses and estimated travel times. You also be able to see at a glance how long it will take you to reach each waypoints.
And for those who like to be prepared for any eventuality, we've added a weather forecast feature to this website and show you the expected weather conditions at each waypoint, so you can pack accordingly.
All of those information is displayed in a clear and easy-to-use format, with an interactive map that lets you explore your route. Whether you're a seasoned traveler or a first-time adventurer, our website is the perfect tool for planning your next journey.
Try it out now! Homepage
User will input latitude and longitude on starting and destination point, departure time is also required
Inputted data will be put together and send to URL parameters. Then, those data will computed through 3 main function (Routing, Address Finding, and Weather Forecast).
- First functoin will find the route between 2 points to determine the waypoint and estimated time.
- Second function will check all the waypoints to find the address.
- Third function will check all the waypoints to forecast weather based from the time at that waypoint.
All of those data (route, address, estimated time, weather forecast) will showed at each waypoints on the map if user clicked it, while detailed data will showed below the map