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=2799f64e829f3dc2
&attributes=dist_parc
{
"2799f64e829f3dc2": {
"label": "17 RUE PORTE DE LYON",
"postcode": "71100",
"citycode": "71076",
"city": "Chalon-sur-Saône",
"ban": "71076_6220_00017",
"parcel": null,
"lat": 46.779175,
"lon": 4.850401,
"attributes": {
"dist_parc": {
"value": 332,
"unit": "m",
"source": {
"name": "Urban Retrofit Business Services",
"provider": "URBS",
"model_year": "2023",
"reliability": "+++",
"method": "terrain"
}
}
}
}
}