Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question