v1

latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KB
config

Gets road network config from database

get/config/road-network

Response

Successful Operation.

citystring required
docType'roadNetwork' required

Example response

{
  "city": "Santa-Clara",
  "intersections": [
    {
      "name": "i1",
      "segments": [
        {
          "id": "id1",
          "points": [
            {
              "lat": 10.5,
              "lng": 50.4,
              "alt": 25.4
            }
          ]
        }
      ]
    }
  ]
}