Interface ITripDistance
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents the Start, Stop, and Distance of a trip.
public interface ITripDistance
Properties
Distance
Gets the distance
float? Distance { get; }
Property Value
- float?
distance
Start
Gets the start of the trip
DateTime? Start { get; }
Property Value
Stop
Gets the end of the trip
DateTime? Stop { get; }