Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MapRouteFinder.GetWalkingRouteFromWaypointsAsync Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a walking route using the specified waypoints.

public:
 static IAsyncOperation<MapRouteFinderResult ^> ^ GetWalkingRouteFromWaypointsAsync(IIterable<Geopoint ^> ^ wayPoints);
 static IAsyncOperation<MapRouteFinderResult> GetWalkingRouteFromWaypointsAsync(IIterable<Geopoint> const& wayPoints);
public static IAsyncOperation<MapRouteFinderResult> GetWalkingRouteFromWaypointsAsync(IEnumerable<Geopoint> wayPoints);
function getWalkingRouteFromWaypointsAsync(wayPoints)
Public Shared Function GetWalkingRouteFromWaypointsAsync (wayPoints As IEnumerable(Of Geopoint)) As IAsyncOperation(Of MapRouteFinderResult)

Parameters

wayPoints

IIterable<Geopoint>

IEnumerable<Geopoint>

The start and end coordinates and optional waypoints of the walking route.

Returns

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

Applies to

See also


Feedback

Was this page helpful?