Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"results": [{
"formatted_address": "10 rue saint Joseph",
"geometry": {
"location": {
"lat": 49.41229,
"lng": 2.82145
}
},
"id": "1113d3dd7339f965caae39387dd808a9e877bc2e",
"name": "l'Agence",
"loue": {
"loue": false,
"place_restant": 5
},
"place_id": "ChIJj62e80jHwoARusJT4mjohWw",
"price_level": 2,
"rating": 4.6,
"types": [
"colocation",
"etudiant"
]
},
{
"formatted_address": "6 rue saint Joseph",
"geometry": {
"location": {
"lat": 49.41137,
"lng": 2.8206
}
},
"id": "1113d5556dd7339f965caae39387dd808a9e877bc2e",
"name": "chambre solo",
"loue": {
"loue": true,
"place_restant": 1
},
"place_id": "ChIJj62e80jHwoARusJT4mjohWw",
"price_level": 2,
"rating": 2.6,
"types": [
"chambre",
"etudiant"
]
}
],
"status": "OK"
}