LocalLocationFinderResult LocalLocationFinderResult LocalLocationFinderResult LocalLocationFinderResult Class

Definition

Represents the results 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 : sealed class LocalLocationFinderResult : ILocalLocationFinderResultpublic sealed class LocalLocationFinderResult : ILocalLocationFinderResultPublic NotInheritable Class LocalLocationFinderResult Implements ILocalLocationFinderResult// 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)

Properties

LocalLocations LocalLocations LocalLocations LocalLocations

Gets the businesses and places that meet the specified search criteria, if any.

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 : IVectorView<LocalLocation> LocalLocations { get; }public IReadOnlyList<LocalLocation> LocalLocations { get; }Public ReadOnly Property LocalLocations As IReadOnlyList<LocalLocation>// This API is not available in Javascript.
Value
IVectorView<LocalLocation> IReadOnlyList<LocalLocation> IReadOnlyList<LocalLocation> IReadOnlyList<LocalLocation>

The businesses and places that meet the specified search criteria, if any, of type LocalLocation.

Status Status Status Status

Gets the status of the 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 : LocalLocationFinderStatus Status { get; }public LocalLocationFinderStatus Status { get; }Public ReadOnly Property Status As LocalLocationFinderStatus// This API is not available in Javascript.