Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: tymoshenko-vona.com
Address: 93.170.48.61
var searchQuery = 'Барнул, Красн 15';
ymaps.geocode(searchQuery, {results: 1}, {results: 100}).then(function (res) {
var geoObject = res.geoObjects.get(0);
if (!geoObject) {
alert('Not found');
return;
}
// Your code...
});