Interface IDistanceDuration
- Namespace
- Geotab.Checkmate.ObjectModel.Geographical
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The information about duration and distance.
public interface IDistanceDuration
Properties
Distance
Gets or sets the distance.
float? Distance { get; set; }
Property Value
Duration
Gets or sets the duration.
TimeSpan? Duration { get; set; }