yandex-maps-api

Your own label in Yandex maps

Why is the label not displayed? The path to the image is correct. What is the error? Link to the documentation on the topic: ... ript> <!-- Этот блок кода нужно вставить в ту часть страницы, где вы хотите разместить карту (конец) --> {/literal}

Substitution of coordinates in Yandex maps

I'm trying to display a map made in the map constructor. Here is the map itself - https://yandex.ru/maps/?um=constructor%3A ... here in Iran. It seems that the longitude and latitude coordinates are swapped. Why can this happen and how can it be fixed?

Change the colors of placemarks on the finished Yandex map

You need to embed a map on your site https://yandex.ru/maps/covid19 Via the Yandex API.I didn't understand how to use a read ... e map + I need to change the colors of the placemarks. I am grateful in advance to someone who will tell me which way to dig.

The polygon is not displayed on Yandex map

For some reason, the polygon is not displayed, there are no errors, the route is being built, in general, everything works, e ... seKm) * data.billing.km; if(duration > baseMin) cost += (duration - baseMin) * data.billing.min; return cost; }

Get the address by coordinates in Yandex maps

Tell me, please, how can I get the address from geo coordinates? That is, there are coordinates 30.524933, 50.447218 and you ... or object in this case-Ukraine, Kiev, Khreshchatyk metro station. I searched in Google, everyone is looking for the opposite.

Yandex Map Kit Android

In principle, I have already worked with the Yandex mapkit for android more than once. But now there is a bit of a difficult ... a fixed marker in the center of the map and leave the user to move the map, and we get the current coordinates of the marker.

react-yandex-maps getting the nearest coordinates relative to the marker

Actually, the problem is the following, the react ya map documentation is extremely not very good. It is necessary to get the ... />} </Map> </YMaps> ); } }

Yandex Maps API. Get the year of the panorama

Yandex Maps has a control for selecting the year of the panorama. When implementing a panorama on your page, there is no such ... and I realized that I can't get the same control. But is it possible to at least find out the year of the displayed panorama?

Distance calculation

I wanted to connect to the site (thesis) the calculation of the cost of cargo transportation by distance. Tried it using Goog ... s and Yandex maps, but in both cases you have to pay and pay is not enough. Is there an option to do this without such costs?

Yandex Maps Location Detection + Organization Search

You need to use the Yandex Maps Api to show the nearest cafes near the user's current location. The map first determines the ... елённых кафе в текущей // прямоугольной области карты. searchControl.search('Кафе'); } ymaps.ready(init);

Moving the Yandex map placemark when the cursor moves

On Avito (adding an ad), when you select an address on the map, the placemark moves with the cursor (centered). I try to repe ... }); } </script> <!-- /Код примера --> </div> </body> </html>

How to build a route yandex maps API

How can I build a route between two points with a preliminary check of these points on Yandex maps. I found an example, but t ... e to be built after these fields are filled in with both correct data. Validation example help to combine these two examples.

How to make a Yandex map in black and white

Here is the initialization of the map ymaps.ready(function () { var myMap = new ymaps.Map('map', { center: [59.82 ... g>#grayscale"); -webkit-filter: grayscale(100%); } It doesn't work that way. How else can I try to make the map gray?

api-maps.yandex.ru loading via javascript

Good afternoon! I need to load the map from the constructor using JS, or how to find out that the map has loaded, how to spec ... , and there ... https://tech.yandex.ru/maps/jsapi/doc/2.1/quick-start/index-docpage/ Ideally, I want to use $.getScript(...)

How do I find the geographical coordinates of all bridges in Russia?

I want to get the coordinates of all the bridges across the rivers of Russia, how can this be done the fastest?

Yandex map stopped working on several sites at once

There is a page on the test subdomain http://solidauto.bestjob.by/contacts. It has a Yandex map. I've been working for a long ... d works. I reboot - it doesn't work. I came to work - the situation is similar Please help me understand what the reason is.

Creating a placemark image on the fly when it appears from the cluster

I add 3000 placemarks to the map using the clusterer. Clusters are being added, everything is ok. I add this way: clusterize ... d in this method create and assign the desired image. In the Yandex SDK.I can't find any maps like this, is it even possible?

remove the create your own map button

In the new version, there is such a buttonhttps://imgur.com/a/OoVSC9S Can I remove it somehow?

Connecting different API packages does not affect the size of the JS files being loaded

Connecting the maps api with the full package via https://api-maps.yandex.ru/2.1/?load=package.full as a result, the js file ... icant within the mobile site? Package.full: https://yadi.sk/i/SXGKIlmFKKTByQ Package.search: https://yadi.sk/i/Hygtmta5VCUg2A

The placemark is not displayed on Yandex Maps

Placemark is not displayed on the Yandex map. <script> ymaps.ready(init); function init () { var coor ... = new ymaps.Placemark([coordinate[i]] - пробовал такой формат myPlacemark1 = new ymaps.Placemark(coordinate[i] - и такой..