Last active
February 19, 2019 16:19
-
-
Save blangel/c104bcbac46812341cc522d2e50788d4 to your computer and use it in GitHub Desktop.
Dash Fleet API - Location.json
This file contains hidden or 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": "b08e61bf-8bd6-4214-9d68-516562df8198:", | |
"dateTime": 1550592931000, | |
"type": "RouteItem", | |
"latitude": 40.72711, | |
"longitude": -74.004716, | |
"altitude": 34.7, | |
"bearing": 30.1, | |
"accuracy": 0.5, | |
"speed": 10, | |
"speedUnit": "MilesPerHour", | |
"address": "175 Varick St", | |
"addressLineTwo": "", | |
"locality": "New York City", | |
"state": "NY", | |
"postalCode": "10014", | |
"country": "US", | |
"mapImageUrl": "http://maps.com/foo" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment