Answer the question
In order to leave comments, you need to log in
How to implement the display of selected objects on the Yandex map?
There are a number of selects
<select class="kino" name="kino1" >
<option disabled="" selected="" value="0"> Выберите </option>
<option data-marker="53, 27" value="1">Название 1</option>
<optiondata-marker="55,55" value="2">Название 2</option>
</select>
<select class="kino" name="kino2" >
<option disabled="" selected="" value="0"> Выберите </option>
<option data-marker="56,56" value="3">Название 3</option>
<option data-marker="65,65" value="4">Название 4</option>
</select>
// data-marker - координаты.
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