yandex-maps-jsapi

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; }

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);

Using your own map (transparent png file) over the Yandex map

I'm trying to integrate my transparent PNG file, which is a more detailed map of the area that interests me, but when I add t ... o in Yandex maps. And here is what result I want to achieve: I would be extremely grateful to get help from the community

Authorization via nodejs (axios) passport.yandex.ru

No one has ever done authorization on passport.yandex.ru via nodejs (axios)? I have a problem when sending a request https:// ... identical as in the browser, that is, the uniqueuid and Session_id are contained, but I do not understand where the error is.

Text on the SVG icon on the map

You need to create an icon template for an item on the map. The icon is an svg image. I came across the fact that the svg ba ... myMap.geoObjects.add(myPlacemark); }); What do I need to do to make the text on the icon display correctly?

Save the pixel size of the Circle geometry when zooming in

There is a geometry on the map: const circle = new window.ymaps.Circle([ // Координаты центра круга. myMap.ge ... // ???? Tell me how to calculate the new radius? for example, the circle should always be allowed 240 pixels. })

Incorrect operation of the address search restriction on Yandex Map

The site has Yandex map enabled, a standard input for entering an address, and a route button. Everything is searched, built ... ble? PS If not found no matches on the addresses, then the hint will return empty or matches from other regions will return?

Does yandex maps allow you to draw an arbitrary contour and smooth the contour at the click of a mouse button as in cian.ru?

In cian.ru on the city map, you can click the "Draw area" button to draw an arbitrary contour on the map, then draw it yourse ... rties inside the given polygon. I can't figure out if these are features from yandex maps or the development of cian itself ?

How to make an interactive map of the world without captions / contour map

You need to make a map of the countries of the world without too much detail-disable the background of the map, the captions ... objects and show only the borders of the countries of the desired color. On the map, you need to process clicks by country.

Disable interactivity of feature markers on the map background

On the yandex 2.1 map, there are objects (restaurants, parking lots, etc.). When you click on them, you will see details abou ... is necessary that these details do not appear. that is, that the mouse click on them does not work at all. How do I do this?

Plotting a route through gas stations on the map provided that the route does not increase much

Good afternoon! It is necessary to build a route from A to B through the gas station, but only if the route does not increas ... %. The standard router here, it seems to me, is not suitable. Is it possible to build routes in this way and with what tools?

Building a route taking into account traffic jams at a given time yandex.maps. api

Good time of day. Not so long ago, I had to deal with the yandex api. After reviewing a couple of examples with the constru ... affic.provider. Archive, but nothing was solved by substituting timestamp. Tell me, does yandex provide such an opportunity?

How do I enable the parking layer in the yandex.maps js api?

Here is an example of displaying parking lots, but I didn't find the carparks parameter in the documentation (although it is available in mapkit for mobile). Tell me, is there such a possibility?

Centering the map by location

You need to determine the coordinates of the location and display the map according to the specific location. If the location ... out that you should wait until step 2 works, and only then perform steps 3-5. I can't understand how this can be implemented.

The order of recording coordinates in the Yandex. Maps API

I'm trying to repeat the example from the sandbox: https://tech.yandex.ru/maps/jsbox/2.1/delivery_zones But, with a full repe ... e a way to change the order of reading the coordinates? Or, in extreme cases, how to quickly swap the coordinates in geojson?