Table of Contents

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

float?

float Distance.

Duration

Gets or sets the duration.

TimeSpan? Duration { get; set; }

Property Value

TimeSpan?

TimeSpan Duration.