You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given two points and a start time, it will return a list of all points on the route (similar to Google walking path) and the approximate timestamp of each point.
Given two points and a start time, it will return a list of all points on the route (similar to Google walking path) and the approximate timestamp of each point.
To run you can check the public static void main of the PathGenerator class.
About
Given two points and a start time, it will return a list of all points on the route (similar to Google walking path) and the approximate timestamp of each point.