LocalLocationFinderStatus
LocalLocationFinderStatus
LocalLocationFinderStatus
LocalLocationFinderStatus
Enum
Definition
Specifies the status of a search performed by the FindLocalLocationsAsync method.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.
public : enum class LocalLocationFinderStatuspublic enum LocalLocationFinderStatusPublic Enum LocalLocationFinderStatus// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Services.Maps.LocalSearchContract (introduced v1)
|
Fields
| InvalidCategory InvalidCategory InvalidCategory InvalidCategory | One or more of the specified categories are not valid. |
| InvalidCredentials InvalidCredentials InvalidCredentials InvalidCredentials | The app does not have the credentials necessary to perform the search. |
| InvalidSearchArea InvalidSearchArea InvalidSearchArea InvalidSearchArea | The specified geographic area is not valid. |
| InvalidSearchTerm InvalidSearchTerm InvalidSearchTerm InvalidSearchTerm | The specified search text is not valid. |
| NetworkFailure NetworkFailure NetworkFailure NetworkFailure | The search encountered a network failure. |
| NotSupported NotSupported NotSupported NotSupported | The search is not supported on this device. |
| Success Success Success Success | The search completed successfully. |
| UnknownError UnknownError UnknownError UnknownError | The search encountered an unknown error. |