+ url: OSM.GRAPHHOPPER_URL,
+ data: {
+ "vehicle": vehicleType,
+ "locale": I18n.currentLocale(),
+ "key": "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
+ "ch.disable": vehicleType === "car",
+ "elevation": false,
+ "instructions": true,
+ "point": points.map(function (p) { return p.lat + "," + p.lng; })
+ },
+ traditional: true,
+ dataType: "json",