switch to reroute branch until merged

This commit is contained in:
Norbert Renner 2014-02-01 18:54:11 +01:00
parent 75051d7d6c
commit 7b72ae7d20
4 changed files with 50 additions and 8 deletions

View file

@ -39,6 +39,11 @@ routing.routing(true);
routing.snapping(true);
```
### Recalculate the complete route by routing each segment
```javascript
routing.routeAllSegments(callback);
```
### Get first waypoint
```javascript