-
Notifications
You must be signed in to change notification settings - Fork 518
/
readme.metadata.json
41 lines (41 loc) · 1.04 KB
/
readme.metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"category": "Network analysis",
"description": "Navigate between two points and dynamically recalculate an alternate route when the original route is unavailable.",
"formal_name": "NavigateRouteRerouting",
"ignore": false,
"images": [
"navigateroutererouting.jpg"
],
"keywords": [
"directions",
"maneuver",
"navigation",
"route",
"turn-by-turn",
"voice"
],
"offline_data": [
"567e14f3420d40c5a206e5c0284cf8fc"
],
"redirect_from": [
"/net/latest/maui/sample-code/navigate-route-with-rerouting.htm"
],
"relevant_apis": [
"DestinationStatus",
"DirectionManeuver",
"Location",
"LocationDataSource",
"ReroutingStrategy",
"Route",
"RouteParameters",
"RouteTask",
"RouteTracker",
"Stop",
"VoiceGuidance"
],
"snippets": [
"NavigateRouteRerouting.xaml.cs",
"NavigateRouteRerouting.xaml"
],
"title": "Navigate route with rerouting"
}