NavigationAlert You will bgiven the actual route data ( In the form of a CSV file having lat/long pairs ) derived from the movements of Swiggy delivery boys. Your input will also contain speed S of the delivery boy. Assume delivery boy's speed to be uniform. Your task is to provide timely navigation instructions to the delivery boy. Input : CSV file having lat/long data ## Output: Logs of directions against timestamp. Example: TIMESTAMP_1: Go straight for 50 meters. TIMESTAMF'_2: Take a left turn. TIMESTAMP_3: Go straight for 100 meters. TIMESTAMP_4: Take a slight right. TIMESTAMP_N. Reached Destination
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Aug 31, 2018
$ dotnet add package NavigationAlertLibrary_AbhishekNo README available.