Waypoint 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. 

Represents a stop in route.

Syntax

public class Waypoint
Public Class Waypoint

Constructor

Name

Description

Waypoint 

Initializes a new instance of a Waypoint object.

Public Properties

Name

Description

Description 

A string describing the route stop. Optional. The default is null.

Location 

A Location Class object indicating the location of the route stop. Required.

See Also

RouteRequest.Waypoints Property