Skip to content

Instantly share code, notes, and snippets.

@agraebe
Last active August 24, 2016 17:48
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 agraebe/ac0cca82691c2f47aff07a67a1fbf954 to your computer and use it in GitHub Desktop.
Save agraebe/ac0cca82691c2f47aff07a67a1fbf954 to your computer and use it in GitHub Desktop.
Sample response for ride details
{
...
"location": {
"latitude": 37.3382129093,
"longitude": -121.8863287568,
"bearing": 328
},
"pickup": {
"latitude": 37.3303463,
"longitude": -121.8890484,
"eta": 5,
"place_id": "ChIJ2c6JorrMj4AR6XrTR_N6aqU",
"place_id_provider": "google_places"
},
"destination": {
"latitude": 37.6213129,
"longitude": -122.3789554,
"eta": 19,
"place_id": "ChIJVVVVVYx3j4ARP-3NGldc8qQ",
"place_id_provider": "google_places"
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment