BreakTimeIncludesExtraTravel Property |
Namespace: Telogis.GeoBase
Break br = new Break(33.59142,-117.73433); // Average time at the Break is 30 minutes br.AverageTime = new TimeSpan(0,30,0); // Minimum time at the Break is 10 minutes br.MinimumTime = new TimeSpan(0,10,0); // Any extra travel time will be taken out of the Break, up to the MinimumTime br.TimeIncludesExtraTravel = true;