MapRouteFinder.GetWalkingRouteFromWaypointsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un itinéraire de marche à l’aide des points de passage spécifiés.
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)
Paramètres
- wayPoints
Coordonnées de début et de fin et points de chemin facultatifs de l’itinéraire de marche.
Retours
Lorsque cette méthode se termine correctement, elle retourne un itinéraire de marche contenu dans MapRouteFinderResult.