wpf-devexpress-dot-xpf-dot-map-dot-azureroutesummary-dot-underscore-members.md
A summary object for a route section.
| Name | Description |
|---|---|
| AzureRouteSummary(Int32, Int32, Int32, Int32, DateTime, DateTime, GeoPoint, Int32, Int32) | Initializes a new instance of the AzureRouteSummary class with specified settings. |
| Name | Description |
|---|---|
| Arrival | Returns the estimated arrival time for the route or leg. Time is in UTC. |
| Departure | The departure time for the route or leg. |
| DeviationDistance | Returns the deviation distance between the current route and the reference route. Typically, the reference route goes first in the AzureRouteCalculationResult.RouteResults property value that you can access on the AzureRouteDataProvider.RouteCalculated event. DeviationDistance is in effect if you set a non-zero value to the AzureRouteOptions.MaxAlternatives property. |
| DeviationPoint | Returns a geo point along the current route where a user has strayed off or deviated from the reference route. Typically, the reference route goes first in the AzureRouteCalculationResult.RouteResults property value that you can access on the AzureRouteDataProvider.RouteCalculated event. DeviationDistance is in effect if you set a non-zero value to the AzureRouteOptions.MaxAlternatives property. |
| DeviationTime | Returns the deviation time between the current route and the reference route. Typically, the reference route goes first in the AzureRouteCalculationResult.RouteResults property value that you can access on the AzureRouteDataProvider.RouteCalculated event. DeviationDistance is in effect if you set a non-zero value to the AzureRouteOptions.MaxAlternatives property. |
| TrafficDelaySeconds | Returns the estimated delay in seconds caused by the real-time incident(s) according to traffic information. |
| TrafficLengthMeters | Returns the traffic length, in meters, caused by the real-time incident(s) according to traffic information. |
| TravelLengthMeters | Returns the estimated travel length in meters. |
| TravelTimeSeconds | Returns the estimated travel time, in seconds, that includes the delay due to real-time traffic. |
| 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 a string that represents the current object. Inherited from Object. |
See Also