Skip to main content
All docs
V24.2

AzureRouteSummary Members

A summary object for a route section.

Constructors

Name Description
AzureRouteSummary(Int32, Int32, Int32, Int32, DateTime, DateTime, GeoPoint, Int32, Int32) Initializes a new instance of the AzureRouteSummary class with specified settings.

Properties

Name Description
Arrival Gets the estimated arrival time for the route or leg. Time is in UTC.
Departure The departure time for the route or leg.
DeviationDistance
DeviationPoint
DeviationTime
TrafficDelaySeconds Gets the estimated delay in seconds caused by the real-time incident(s) according to traffic information.
TrafficLengthMeters Gets the traffic length, in meters, caused by the real-time incident(s) according to traffic information.
TravelLengthMeters Gets the estimated travel length in meters.
TravelTimeSeconds Gets the estimated travel time, in seconds, that includes the delay due to real-time traffic.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the AzureRouteSummary.
See Also