MapRouteFinder.GetWalkingRouteFromWaypointsAsync Method

Definition

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