RouteServiceSoap Class

RouteServiceSoap Class

Contains the methods and properties related to calling the route service.


Public Class RouteServiceSoap _
    Inherits System.Web.Services.Protocols.SoapHttpClientProtocol


[C#]

public class RouteServiceSoap :
     System.Web.Services.Protocols.SoapHttpClientProtocol

Public Methods

Name Description
public methodCalculateRoute

Calculates the itinerary of a route and/or the calculated route representation (used to render a highlighted route), based on identified route segments and options. Returns a Route object.

public methodCalculateSimpleRoute

Calculates the itinerary of a route based on an array of latitude and longitude

Public Properties

Name Description
public propertyCustomerInfoRouteHeaderValue

The customer-defined code (CustomerInfoRouteHeader object) that represents the transaction being sent to MapPoint Web Service using the RouteServiceSoap methods.

public propertyUserInfoRouteHeaderValue

The context-related information (UserInfoRouteHeader object) that defines the locale, language, and unit of measurement in which results are returned from the RouteServiceSoap methods.

See Also

  Route Class   |   CustomerInfoRouteHeader Class   |   UserInfoRouteHeader Class