Answer the question
In order to leave comments, you need to log in
How to make it so that only Russian cities drop out in the list of tips on the Yandex Maps API?
Good evening.
How to implement so that when prompting Yandex in the search field, only Russian CITIES fall out?
Here is an example code:
var myMap = new ymaps.Map('map', {
center: [60.906882, 30.067233],
zoom: 9,
type: 'yandex#map',
controls: []
}),
search = new ymaps.control.SearchControl({
options: {
useMapBounds: true,
noPlacemark: true,
noPopup: true,
placeholderContent: 'Адрес',
size: 'large'
}
}),
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question