add new routing/positioning api routes without any implementation
This commit is contained in:
parent
914ed018f0
commit
a7a40dcf04
2 changed files with 12 additions and 0 deletions
|
@ -42,6 +42,14 @@ ninja_api = c3navAPI(
|
|||
"name": "map",
|
||||
"description": "Common map endpoints",
|
||||
},
|
||||
{
|
||||
"name": "routing",
|
||||
"description": "Calculate routes",
|
||||
},
|
||||
{
|
||||
"name": "positioning",
|
||||
"description": "Determine your position",
|
||||
},
|
||||
{
|
||||
"name": "mapdata",
|
||||
"description": "Access the raw map data",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue