Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

guidanceroute_trycreatefrommaproute_1890877436.md

File metadata and controls

29 lines (20 loc) · 1.13 KB
-api-id -api-type
M:Windows.Services.Maps.Guidance.GuidanceRoute.TryCreateFromMapRoute(Windows.Services.Maps.MapRoute)
winrt method

Windows.Services.Maps.Guidance.GuidanceRoute.TryCreateFromMapRoute

-description

Creates a GuidanceRoute object that's based on the specified MapRoute.

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.

-parameters

-param mapRoute

The potential route to be navigated.

-returns

A GuidanceRoute object that's based on the specified MapRoute object; otherwise, if the mapRoute cannot be converted, null.

-remarks

-examples

-see-also