mapbox / mapbox-directions.js

Leaflet plugin for the Mapbox Directions API
https://www.mapbox.com/mapbox.js/example/v1.0.0/mapbox-directions/
ISC License
60 stars 23 forks source link

Mapbox-Directions Multiple directions & Multiple point #90

Open zhangyangyi opened 8 years ago

zhangyangyi commented 8 years ago

For example Delivery Article: we have 3 deliver man: Driver A : point1-point2-point3 Driver B: point1-point4-point5 Driver C: point6-point7-point8

how to achieve this kind of map plotting?

marcelobaez commented 8 years ago

All you need to do is create new instances of directions, directions layer and routesControl objects: