Skip to content

Instantly share code, notes, and snippets.

@myhrvold
Last active May 14, 2016 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myhrvold/35851d84dcc9241f35a72c187d5620d8 to your computer and use it in GitHub Desktop.
Save myhrvold/35851d84dcc9241f35a72c187d5620d8 to your computer and use it in GitHub Desktop.
Fourth Example for Ride Policies Uber for Business Article
{
"components": [
{
"type": "geo",
"origins": [
{
"type": "originDistance",
"latitude": 52.924345,
"longitude": -1.216398,
"distance": 400
}
],
"destinations": []
},
{
"type": "time",
"timeComponents": [
{
"startMinute": 1260,
"endMinute": 1439,
"daysOfWeek": [3, 4, 5]
},
{
"startMinute": 0,
"endMinute": 240,
"daysOfWeek": [4, 5, 6]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment