diff --git a/src/Response/Address.php b/src/Response/Address.php index 93eb88a..2edd5c7 100644 --- a/src/Response/Address.php +++ b/src/Response/Address.php @@ -555,6 +555,11 @@ class Address extends AbstractResponse */ public $unparsed_parts; + /** + * @var array Список ближайших станций метро (до трёх штук) + */ + public $metro; + public function __toString() { return (string) $this->result;