InterfaceIBingRestTruckRouteProvider
Interface
Interface describing Bing Rest truck routing service provider.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public interface IBingRestTruckRouteProvider
Methods
CalculateTruckRouteAsync(BingRestTruckRouteRequest)
Performs async truck routing request. Calculates a truck route between specified stops and returns route directions as well as other route data.
Declaration
cs-api-definition
void CalculateTruckRouteAsync(BingRestTruckRouteRequest request)
Parameters
request
Route request.
Events
CalculateTruckRouteCompleted
Occurs when a truck route calculation request is completed and the result is ready.
Declaration
cs-api-definition
event EventHandler<BingRestRoutingCompletedEventArgs> CalculateTruckRouteCompleted
Event Value
CalculateTruckRouteError
Occurs when the request results in an error.
Declaration
cs-api-definition
event EventHandler<BingRestCalculateRouteErrorEventArgs> CalculateTruckRouteError
Event Value