Skip to content
Snippets Groups Projects
places.json 1.13 KiB
Newer Older
Anael Lacour's avatar
Anael Lacour committed
	"results": [
    {
      "formatted_address": "10 rue saint Joseph",
      "geometry": {
        "location": {
          "lat": 49.41229,
          "lng": 2.82145
        }
      },
      "id": "1113d3efdld7339f965caae39387dd808a9e877bc2e",
      "name": "l'Agence étage",
      "loue": {
        "loue": false,
        "place_restant": 1
      },
      "place_id": "ChIJj62e80hhhHwoARusJT4mjohWw",
      "price_level": 2,
      "rating": 3.6,
      "types": [
        "colocation",
Anael Lacour's avatar
Anael Lacour committed
      ],
      "inside":{
        "bed" : true,
        "wifi": true,
        "four": true,
        "lave-vaiselle": true
      }
    },
    {
      "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"
}