config
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
}
]
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.