GuidanceReroutedEventArgs
GuidanceReroutedEventArgs
GuidanceReroutedEventArgs
GuidanceReroutedEventArgs
Class
Definition
Provides data for the Rerouted event.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : sealed class GuidanceReroutedEventArgs : IGuidanceReroutedEventArgspublic sealed class GuidanceReroutedEventArgs : IGuidanceReroutedEventArgsPublic NotInheritable Class GuidanceReroutedEventArgs Implements IGuidanceReroutedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Services.Maps.GuidanceContract (introduced v1)
|
Properties
Route Route Route Route
Gets the new route that was created by rerouting.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : GuidanceRoute Route { get; }public GuidanceRoute Route { get; }Public ReadOnly Property Route As GuidanceRoute// This API is not available in Javascript.
The new route.