Share via


SegmentSpecification Class

SegmentSpecification Class

Contains the specification of one segment of a route; that is, from one waypoint up to, but not including, the subsequent waypoint. The SegmentSpecification object includes the beginning waypoint for the segment, route preference, and map view options.


Public Class SegmentSpecification Inherits System.Object



[C#]

public class SegmentSpecification : System.Object

Public Properties

Name Description
public propertyOptions

The route preference and map view options (SegmentOptions object) for the specified segment of the route.

public propertyWaypoint

The waypoint (Waypoint object) for the route segment; that is, the beginning of the segment.

Remarks

See Also

  SegmentOptions Class   |   Waypoint Class   |   RouteSpecification.Segments Property   |   RouteServiceSoap.CalculateRoute Method