Share via


Waypoint Class

Waypoint Class

Contains the start point, intermediate stops, or end point of a route. Includes the requested location, name, snap type (an attribute that changes the way a waypoint functions when a route is created), and calculated location.


Public Class Waypoint Inherits System.Object



[C#]

public class Waypoint : System.Object

Public Properties

Name Description
public propertyCalculatedLocation

Represents the actual location (Location object) used for the specified waypoint when calculating the route. Ignored on input.

public propertyLocation

The requested location (Location object) of the waypoint.

public propertyName

The user-defined name associated with the waypoint, used in the Depart and Arrive instructions in the Direction.Instruction and Direction.FormattedInstruction properties. String character limit is 256.

public propertySnap

The snap type of the waypoint (SnapType enumeration).

Remarks

See Also

  Location Class   |   Direction Class   |   SnapType Enumeration   |   SegmentSpecification.Waypoint Property   |   RouteSpecification.Segments Property