Name | Type | Description | Notes |
---|---|---|---|
startMs | Number | Beginning of the trip in UNIX milliseconds. | [optional] |
startCoordinates | TripResponseStartCoordinates | [optional] | |
startLocation | String | Text representation of nearest identifiable location to the start (latitude, longitude) coordinates. | [optional] |
endMs | Number | End of the trip in UNIX milliseconds. | [optional] |
endCoordinates | TripResponseEndCoordinates | [optional] | |
endLocation | String | Text representation of nearest identifiable location to the end (latitude, longitude) coordinates. | [optional] |
distanceMeters | Number | Length of the trip in meters. | [optional] |