logo-urbs

U.R.B.S

Distance à un parc

Attribut réservé aux abonnés

API+
  • keyname dist_parc
  • abstract Distance séparant l'adresse sélectionnée du parc le plus proche. La distance est calculée par algorithme du "plus court chemin".
  • type number
  • unit m
        
    https://api.urbs.fr/dashboard
    ?key={YOUR_API_KEY}
    &id=000AD0070_0cdb3108e1814419
    &attributes=dist_parc
{
    "000AD0070_0cdb3108e1814419": {
        "label": "26 RUE LOUIS JACQUES THENARD",
        "postcode": "71100",
        "citycode": "71076",
        "city": "Chalon-sur-Saône",
        "ban": "71076_4730_00026",
        "parcel": "71076000AD0070",
        "lat": 46.813604,
        "lon": 4.847832,
        "attributes": {
            "dist_parc": {
                "value": 638,
                "unit": "m",
                "source": {
                    "name": "OpenStreetMap France",
                    "reliability": "+++",
                    "provider": "OSM",
                    "model_year": "2024",
                    "updated_at": "2024-01-14T23:00:00.000Z",
                    "article_url": "https://forum.urbs.fr/docs?topic=1223"
                }
            }
        }
    }
}