Сообщение от Frost56ru
|
const response = xhr.response;
console.log(respon se.GeoObjectCollection.featureMember[0].GeoObject.metaDataProperty.GeocoderMetaData.Addre ssDetails.Country.AddressLine);
|
Я же написал
obj.response.GeoObjectCollection.featureMember[0].GeoObject.metaDataProperty.GeocoderMetaData.Addre ssDetails.Country.AddressLine
Если ваш объект называется response, то нужно
response.response.GeoObjectCollection.featureMember[0].GeoObject.metaDataProperty.GeocoderMetaData.Addre ssDetails.Country.AddressLine