19 lines
383 B
JSON
19 lines
383 B
JSON
|
{
|
||
|
"name": "Biescas",
|
||
|
"bus": true,
|
||
|
"train": false,
|
||
|
"pharmacy": true,
|
||
|
"smoke": true,
|
||
|
"supermarkets": [
|
||
|
{
|
||
|
"type": "DIA",
|
||
|
"url": "https://goo.gl/maps/cfviYq8Uaf9MR9bz8"
|
||
|
},
|
||
|
{
|
||
|
"type": "CUSTOM",
|
||
|
"url": "https://goo.gl/maps/tiLmbypdyGBGPtJKA"
|
||
|
}
|
||
|
],
|
||
|
"pool": true,
|
||
|
"gym": true
|
||
|
}
|