multiRoute = new ymaps.multiRouter.MultiRoute({
referencePoints: [
[55.611024, 37.287100],
[55.621723, 37.421927],
],
params: {
routingMode: 'masstransit'
}
}, {
wayPointVisible:false,
routeActiveMarkerVisible: false,
boundsAutoApply: true,
});
myMap.geoObjects.add(multiRoute);