Route Class

Route Class

Represents a calculated route. Contains the specification of the route, the route itinerary, and a binary representation that can be used to render routes on a map.


Public Class Route Inherits System.Object



[C#]

public class Route : System.Object

Public Properties

Name Description
public propertyCalculatedRepresentation

A binary object representing the calculated route (CalculatedRouteRepresentation object), which can be used to render a highlighted route on a map.

public propertyItinerary

The directions, map view representations, and summary information about the route (RouteItinerary object).

public propertySpecification

Contains all the information necessary to calculate a route (RouteSpecification object), including route segments and data source.

Remarks

See Also

  CalculatedRouteRepresentation Class   |   RouteItinerary Class   |   RouteSpecification Class   |   RouteServiceSoap Class   |   RenderServiceSoap.GetMap Method