- vehicle: vehicleType,
- locale: I18n.currentLocale(),
- key: "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
- type: "jsonp",
- elevation: false,
- instructions: true,
- point: points.map(function (p) { return p.lat + "," + p.lng; })
+ "vehicle": vehicleType,
+ "locale": I18n.currentLocale(),
+ "key": "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
+ "elevation": false,
+ "instructions": true,
+ "turn_costs": true,
+ "point": points.map(function (p) { return p.lat + "," + p.lng; })