skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RouteOptions

Contains properties used to refine a route service request.

Inheritance
System.Object
RouteOptions
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 RouteOptions

Constructors

RouteOptions()

Initializes a new instance of the RouteOptions class.

Declaration
public RouteOptions()

Properties

DateTime

When specified and the route is optimized for timeWithTraffic, predictive traffic data is used to calculate the best route for the specified date time.

Declaration
public DateTime? DateTime { get; set; }
Property Value
System.Nullable<System.DateTime>

DistanceBeforeFirstTurn

Specifies the distance before the first turn is allowed in the route. This option only applies to the driving travel mode.

Declaration
public int? DistanceBeforeFirstTurn { get; set; }
Property Value
System.Nullable<System.Int32>

Heading

An integer value between 0 and 359 that represents degrees from north where north is 0 degrees and the heading is specified clockwise from north.

Declaration
public int? Heading { get; set; }
Property Value
System.Nullable<System.Int32>

MaxSolutions

Specifies the maximum number of driving routes to return. Should be an integer value between 1 and 3. The default value is 1.

Declaration
public int? MaxSolutions { get; set; }
Property Value
System.Nullable<System.Int32>

Mode

Gets or sets type of directions to return. The default value is TravelMode.Driving.

Declaration
public TravelMode Mode { get; set; }
Property Value
TravelMode

Optimization

Gets or sets the calculation method to use. The default value is RouteOptimization.MinimizeTime.

Declaration
public RouteOptimization Optimization { get; set; }
Property Value
RouteOptimization

RouteAttributes

Gets or sets whether to include or exclude parts of the routes response. The default value is RouteAttributes.ExcludeItinerary.

Declaration
public RouteAttributes RouteAttributes { get; set; }
Property Value
RouteAttributes

RouteAvoidance

Gets or sets value specifying how traffic information is used in the route calculation. The default value is TrafficUsage.None.

Declaration
public RouteAvoidance RouteAvoidance { get; set; }
Property Value
RouteAvoidance

Tolerances

Specifies a series of tolerance values. Each value produces a subset of points that approximates the route that is described by the full set of points.

Declaration
public double[] Tolerances { get; set; }
Property Value
System.Double[]

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.