v1
latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KBconfig
Gets road network config from database
get/config/road-network
Response
Successful Operation.
Example response
{
"city": "Santa-Clara",
"intersections": [
{
"name": "i1",
"segments": [
{
"id": "id1",
"points": [
{
"lat": 10.5,
"lng": 50.4,
"alt": 25.4
}
]
}
]
}
]
}