Last active
August 24, 2016 17:48
-
-
Save agraebe/ac0cca82691c2f47aff07a67a1fbf954 to your computer and use it in GitHub Desktop.
Sample response for ride details
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
{ | |
... | |
"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