MapLocationFinderStatus MapLocationFinderStatus MapLocationFinderStatus MapLocationFinderStatus Enum

Definition

Returns the status of a MapLocationFinder query. This enumeration provides values for the Status property of a MapLocationFinderResult.

public : enum class MapLocationFinderStatuspublic enum MapLocationFinderStatusPublic Enum MapLocationFinderStatus// 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

BadLocation BadLocation BadLocation BadLocation

The specified point cannot be converted to a location. For example, the point is in an ocean or a desert.

IndexFailure IndexFailure IndexFailure IndexFailure

The query encountered an internal error.

InvalidCredentials InvalidCredentials InvalidCredentials InvalidCredentials

The query provided credentials that are not valid.

NetworkFailure NetworkFailure NetworkFailure NetworkFailure

The query encountered a network failure.

NotSupported NotSupported NotSupported NotSupported

The query is not supported.

Success Success Success Success

Query search operation was successful. Check result size before accessing results.

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.