MapLocationFinderStatus Enum

Definition

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

public enum class MapLocationFinderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MapLocationFinderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MapLocationFinderStatus
Public Enum MapLocationFinderStatus
Inheritance
MapLocationFinderStatus
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

BadLocation 3

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

IndexFailure 4

The query encountered an internal error.

InvalidCredentials 2

The query provided credentials that are not valid.

NetworkFailure 5

The query encountered a network failure.

NotSupported 6

The query is not supported.

Success 0

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

UnknownError 1

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.

Applies to