RouteSummary Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains route summary information, such as total distance and time.

Syntax

public class RouteSummary
Public Class RouteSummary

Constructor

Name

Description

RouteSummary

Initializes a new instance of a RouteSummary object.

Public Properties

Name

Description

BoundingRectangle 

A Rectangle Class object defining the map view that contains the route portion.

Distance 

A double representing the total distance of the route portion.

TimeInSeconds 

A long representing the total time, in seconds, of the route portion.

See Also

RouteLeg.Summary Property
RouteResult.Summary Property