Isochrone

Calculating the line connecting destinations that have equal time distances relative to the desired location.

GET Copy
https://maps-api.planplus.rs/services/isochrone?lid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&coordinates=20.480082,44.813506&time_limit=900&profile=foot
JSON Copy
{
  "code": "Ok",
  "isochrone": [
    {
      "type": "Feature",
      "geometry": {
        "coordinates": [
          [
            [
              20.478654,
              44.8203173
            ],
            [
              20.4784054,
              44.82109435
            ],
            [
              20.4773574,
              44.82106275
            ],
            [
              20.4773082,
              44.821089549999996
            ],
            [
              20.477271899999998,
              44.8211144
            ],
            [
              20.47671655,
              44.82113445
            ],
            [
              20.4766293,
              44.820893350000006
            ],
            [
              20.47651385,
              44.8208095
            ],
            [
              20.4757727,
              44.8209131
            ],
            [
              20.4757429,
              44.820917300000005
            ]
          ]
        ],
        "type": "Polygon"
      }
    }
  ]
}