MapRouteFinderStatus MapRouteFinderStatus MapRouteFinderStatus MapRouteFinderStatus Enum

Definition

Returns the status of a MapRouteFinder query. This enumeration provides values for the Status property of a MapRouteFinderResult.

public : enum class MapRouteFinderStatuspublic enum MapRouteFinderStatusPublic Enum MapRouteFinderStatus// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

EndPointNotFound EndPointNotFound EndPointNotFound EndPointNotFound

The specified ending point is not valid in a route. For example, the point is in an ocean or a desert.

InvalidCredentials InvalidCredentials InvalidCredentials InvalidCredentials

The query provided credentials that are not valid.

NetworkFailure NetworkFailure NetworkFailure NetworkFailure

The query encountered a network failure.

NoPedestrianRouteFound NoPedestrianRouteFound NoPedestrianRouteFound NoPedestrianRouteFound

The query did not find a pedestrian route.

NoRouteFound NoRouteFound NoRouteFound NoRouteFound

The query did not find a route.

NoRouteFoundWithGivenOptions NoRouteFoundWithGivenOptions NoRouteFoundWithGivenOptions NoRouteFoundWithGivenOptions

The query did not find a route with the specified options.

NotSupported NotSupported NotSupported NotSupported

The query is not supported.

StartPointNotFound StartPointNotFound StartPointNotFound StartPointNotFound

The specified starting point is not valid in a route. For example, the point is in an ocean or a desert.

Success Success Success Success

The query was successful.

UnknownError UnknownError UnknownError UnknownError

The query returned an unknown error.

Remarks

Your Universal Windows app must be authenticated before it can use the MapControl and map services in the Windows.Services.Maps namespace. To authenticate your app, you must specify a maps authentication key.

See Request a maps authentication key.

See Also