Class TruckRouteRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class TruckRouteRequest : RequestBase
Constructors
TruckRouteRequest()
Initializes a new instance of the RouteRequest class.
Declaration
public TruckRouteRequest()
Properties
Options
Gets or sets options used to refine the route request.
Declaration
public TruckRouteOptions Options { get; set; }
Property Value
TruckRouteOptions
|
RoutePoints
Gets or sets a collection where each element represents a stop in the route. Elements could be Waypoint or ViaWaypoint. Required.
Declaration
public List<TruckWaypoint> RoutePoints { get; set; }
Property Value
System.Collections.Generic.List<TruckWaypoint>
|