Skip to main content

BingRouteOptions Members

Obsolete. Contains settings that define the parameters for calculating a route via the Microsoft Bing service.

Constructors

Name Description
BingRouteOptions() Initializes a new instance of the BingRouteOptions class with default settings.

Fields

Name Description
AvoidRoadsProperty static Identifies the BingRouteOptions.AvoidRoads dependency property.
DateTimeProperty static Identifies the DateTime dependency property.
DistanceUnitProperty static Identifies the BingRouteOptions.DistanceUnit dependency property.
ModeProperty static Identifies the BingRouteOptions.Mode dependency property.
OptimizeWaypointsProperty static Identifies the OptimizeWaypoints dependency property.
RouteOptimizationProperty static Identifies the BingRouteOptions.RouteOptimization dependency property.

Properties

Name Description
AvoidRoads Gets or sets an option that allows limitation of the use of the toll or highway roads.
DateTime Specifies a date time value used to calculate the best route.
DistanceUnit Gets or sets a value that defines how to measure distances.
Mode Gets or sets a value that defines how a route should be calculated.
OptimizeWaypoints Specifies whether the service rearranges route waypoints to reduce route cost.
RouteOptimization Gets or sets a value that defines how to optimize the route calculation.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also