Last active
March 4, 2024 03:37
-
-
Save huedaya/03d8a6d3afa7959cdb6a872e9dcc8893 to your computer and use it in GitHub Desktop.
public/routingsvc/route
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status_message": "Found route between points", | |
"route_geometry": "aneG_d|xR|ZwIvv@mKd_@nTzZvXlTd_@", | |
"status": 0, | |
"route_instructions": [ | |
[ | |
"Left", | |
"", | |
5, | |
"1.319498,103.842142", | |
3, | |
"5m", | |
"East", | |
"North", | |
"walking", | |
"Head East" | |
], | |
[ | |
"Left", | |
"", | |
0, | |
"1.319502,103.842179", | |
0, | |
"0m", | |
"North", | |
"East", | |
"walking", | |
"You Have Arrived At Your Destination, On The Left" | |
] | |
], | |
"route_name": [ | |
"" | |
], | |
"route_summary": { | |
"start_point": "", | |
"end_point": "", | |
"total_time": 3, | |
"total_distance": 5 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment