Hi, using maps api 2.1 brought maps geocoder, now we have to cluster as there are many objects. Have clusterseven for this example
https://tech.yandex.ru/maps/jsbox/2.1/clusterer_cu... but there coordinates are used.
So I use geocoder
var objects = ymaps.geoQuery(ymaps.geocode('Moscow')).addToMap(myMap);
Better to translate addresses into coordinates and then for example do (if " Yes " how to properly translate) and / or with a geocoder to do?