Skip to content

Instantly share code, notes, and snippets.

@huedaya
Last active March 4, 2024 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huedaya/03d8a6d3afa7959cdb6a872e9dcc8893 to your computer and use it in GitHub Desktop.
Save huedaya/03d8a6d3afa7959cdb6a872e9dcc8893 to your computer and use it in GitHub Desktop.
public/routingsvc/route
{
"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