Skip to content

Instantly share code, notes, and snippets.

{
"visits": {
"order_1": {
"load": 1,
"pickup": {
"location": {
"name": "3780 Arbutus",
"lat": 49.2474624,
"lng": -123.1532338
},
@afian
afian / polylines_true_vrp.json
Created May 3, 2018 21:51
Return polylines on a VRP request
{
"visits": {
"order_1": {
"location": {
"name": "6800 Cambie",
"lat": 49.227107,
"lng": -123.1163085
},
"start": "9:00",
"end": "12:00",
@afian
afian / routific_address_only_no_lat_lng.json
Created April 26, 2018 02:53
Let Routific geocode addresses for you
{
"visits": {
"order_1": {
"location": {
"address": "555 W Hastings Street, Vancouver, BC V6B 4N6"
},
"start": "12:00",
"end": "14:00",
"duration": 10
}
@afian
afian / routific_projects_endpoint_demo.json
Last active April 26, 2018 02:46
Make a POST request to create a new project in the Routific web app
{
"name": "API Test Project v6",
"date": "2018-04-26",
"settings": {
"duration": 10,
"traffic": "normal",
"shortestDistance" : false,
"strictStart" : true,
"autoBalanced" : true,
"distanceFormat" : "miles"
{
"visits": {
"order_1": {
"location": {
"name": "6800 Cambie",
"lat": 49.227107,
"lng": -123.1163085
},
"start": "9:00",
"end": "12:00",
{
"visits": {
"order_1": {
"location": {
"name": "6800 Cambie",
"lat": 49.227107,
"lng": -123.1163085
},
"start": "9:00",
"end": "12:00",
@afian
afian / gist:e2d7c1e68b5db1fdd899f6686540f449
Created November 9, 2017 18:33
Follow up no reply II
Hi Paul,
I haven’t heard from you after a couple of emails and want to respect you and your time. I’m going to put the ball back in your court, and leave it to you to reach out if you want to talk.
I hope you’re well!
Best wishes,
I haven’t heard back from you, which is perfectly OK because I know how busy things get.
I just want to check in one last time to see if you are interested in route optimization software for your delivery business.
Let me know if:
a) You’re all set and I should stop bothering you.
b) You’re interested, but just haven’t responded yet.
c) I should follow up in 3 months.

You would own the software and host it on your own infrastructure - with this arrangement there is a significantly lower monthly running cost at the tradeoff of a high upfront cost building and customizing the software with your platform.

"options": {
   "traffic": "faster",
   "balance": true,
   "project": {
			  "name": "Project Sandbox Demo",
			  "date": "2017-08-11"
			}