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=50b02dad17f9ce8a
&attributes=dist_parc
{
"50b02dad17f9ce8a": {
"label": "24 RUE CHARLES BOYSSET",
"postcode": "71100",
"citycode": "71076",
"city": "Chalon-sur-Saône",
"ban": "71076_1530_00024",
"parcel": null,
"lat": 46.786354,
"lon": 4.854470000000001,
"attributes": {
"dist_parc": {
"value": 244,
"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"
}
}
}
}
}