MajorRoutesResponse 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 the results returned from a CalculateRoutesFromMajorRoads service request. This class inherits from the ResponseBase Class.

Syntax

public class MajorRoutesResponse : ResponseBase
Public Class MajorRoutesResponse Inherits ResponseBase

Constructor

Name

Description

MajorRoutesResponse 

Initializes a new instance of a MajorRoutesResponse object.

Public Properties

Name

Description

BrandLogoUri

The System.Uri of the Bing Maps brand logo image. (Inherited from the ResponseBase Class.)

ResponseSummary

A ResponseSummary Class object describing the response that was returned by the service. (Inherited from the ResponseBase Class.)

Routes 

A RouteResult Class array containing the calculated routes from all nearby major roads to the requested destination.

StartingPoints 

A Waypoint Class array containing the calculated start locations from all nearby major roads to the requested destination.

See Also

RouteServiceClient.CalculateRoutesFromMajorRoads Method