Answer the question
In order to leave comments, you need to log in
Yandex maps and route with one point?
Good afternoon, I add a route like this:
function addRoute(startPoint, finishPoint){
multiRoute = new ymaps.multiRouter.MultiRoute({
// Описание опорных точек мультимаршрута.
referencePoints: [
startPoint,
finishPoint
],
// Параметры маршрутизации.
params: {
// Ограничение на максимальное количество маршрутов, возвращаемое маршрутизатором.
results: 1
}
}, {
// Автоматически устанавливать границы карты так, чтобы маршрут был виден целиком.
boundsAutoApply: true
});
myMap.geoObjects.add(multiRoute);
}
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