Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 885 Bytes

TripResponseTrips.md

File metadata and controls

14 lines (11 loc) · 885 Bytes

SamsaraApi.TripResponseTrips

Properties

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]