This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "b8a228af-8ef9-4ab4-9ff8-1d974d1f3b66", | |
"status": "finished", | |
"input": { | |
"callback_url": "https://api.parcelizer.com/route-plans/670ded3fbabbc51ded70bffb/optimize-callback", | |
"options": { | |
"polylines": true, | |
"squash_durations": 0, | |
"balance": false, | |
"distance_type": "straight_line", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Draw Route</title> | |
<script src="https://maps.googleapis.com/maps/api/js?key=GOOGLE_API_KEY&v=3.exp&libraries=geometry&callback=Function.prototype"></script> | |
</head> | |
<body> | |
<div id="map" style="height: 600px; width: 100%;"></div> | |
<script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"geocoded_waypoints" : [ | |
{ | |
"geocoder_status" : "OK", | |
"place_id" : "ChIJyconjF9xhlQRC27qDW4xEj0", | |
"types" : [ "street_address" ] | |
}, | |
{ | |
"geocoder_status" : "OK", | |
"place_id" : "ChIJWSwFlCdyhlQRO7TzPAjWNds", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<style> | |
.horizontal-menu { | |
list-style-type: none; | |
margin: 0; | |
padding: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function vrpLongCall() { | |
var params = { | |
visits: { | |
visit_1: { | |
location: { | |
name: "Jack Smith", | |
lat: 49.227607, | |
lng: -123.1363085 | |
}, | |
start: "8:00", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var params = { | |
visits: { | |
visit_1: { | |
location: { | |
name: "Jack Smith", | |
lat: 49.227607, | |
lng: -123.1363085 | |
}, | |
start: "8:00", | |
end: "16:00", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"visits": { | |
"order_1": { | |
"location": { | |
"name": "6800 Cambie", | |
"lat": 49.227107, | |
"lng": -123.1163085 | |
}, | |
"start": "9:00", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"visits": { | |
"5014": { | |
"dropoff": { | |
"location": { | |
"name": "Whole Food Market", | |
"lat": 51.5621878348459, | |
"lng": -0.074848409476045 | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"visits": { | |
"order_1": { | |
"location": { | |
"name": "6800 Cambie", | |
"lat": 49.227107, | |
"lng": -123.1163085 | |
}, | |
"start": "9:00", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"visits": { | |
"order_1": { | |
"location": { | |
"name": "1653 W Congress Pkwy, Chicago, IL", | |
"lat": 41.874643, | |
"lng": -87.669154 | |
}, | |
"start": "12:00", | |
"end": "14:00", |
NewerOlder