A
A
AAAA2015-11-06 14:01:45
Yandex
AAAA, 2015-11-06 14:01:45

Yandex maps API how to show transport numbers?

How to show transport numbers on the map?
Now it just shows the segments where to go on foot and the stopping points where you should sit down or make a transfer.
I route it like this:

var multiRoute = new ymaps.multiRouter.MultiRoute({
      referencePoints: [
        routeFrom,
        [44.611021,33.546381]
      ],
      params: {
        routingMode: routingModeType,
        routeTransportMarker  : true,
        routeTransportSegment : true,
      }
    }, {
      // Автоматически устанавливать границы карты так, чтобы маршрут был виден целиком.
      boundsAutoApply: true
    });

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question