Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.52 KB

maproutefinder_getdrivingrouteasync_1322598624.md

File metadata and controls

33 lines (23 loc) · 1.52 KB
-api-id -api-type
M:Windows.Services.Maps.MapRouteFinder.GetDrivingRouteAsync(Windows.Devices.Geolocation.Geopoint,Windows.Devices.Geolocation.Geopoint,Windows.Services.Maps.MapRouteOptimization)
winrt method

Windows.Services.Maps.MapRouteFinder.GetDrivingRouteAsync

-description

Gets a driving route for the specified start and end coordinates (using optimizations).

-parameters

-param startPoint

The starting point of the driving route.

-param endPoint

The ending point of the driving route.

-param optimization

The optimizations to apply when calculating the driving route.

-returns

When this method completes successfully, it returns a driving route contained in the MapRouteFinderResult.

-remarks

-examples

-see-also

Display routes and directions on a map, GetDrivingRouteAsync(Geopoint, Geopoint), GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions), GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)