LocalLocationFinder.FindLocalLocationsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关符合指定搜索条件的企业和位置的信息。
注意
此 API 不适用于所有 Windows 应用。 除非开发人员帐户是由Microsoft专门预配的,否则对此 API 的调用将在运行时失败。 有关 Windows.Services.Maps.LocalSearch 命名空间的详细信息,请与你的Microsoft帐户团队代表协作。
public:
static IAsyncOperation<LocalLocationFinderResult ^> ^ FindLocalLocationsAsync(Platform::String ^ searchTerm, Geocircle ^ searchArea, Platform::String ^ localCategory, unsigned int maxResults);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<LocalLocationFinderResult> FindLocalLocationsAsync(winrt::hstring const& searchTerm, Geocircle const& searchArea, winrt::hstring const& localCategory, uint32_t const& maxResults);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<LocalLocationFinderResult> FindLocalLocationsAsync(string searchTerm, Geocircle searchArea, string localCategory, uint maxResults);
function findLocalLocationsAsync(searchTerm, searchArea, localCategory, maxResults)
Public Shared Function FindLocalLocationsAsync (searchTerm As String, searchArea As Geocircle, localCategory As String, maxResults As UInteger) As IAsyncOperation(Of LocalLocationFinderResult)
参数
- searchTerm
-
String
Platform::String
winrt::hstring
搜索的查询文本;要搜索的。
- searchArea
- Geocircle
要包含在搜索中的地理区域。
- localCategory
-
String
Platform::String
winrt::hstring
用于限制搜索结果的搜索类别。 建议使用一个或多个
- maxResults
-
UInt32
unsigned int
uint32_t
要从搜索返回的最大结果数。
返回
符合指定搜索条件的相关企业或地点,类型 LocalLocationFinderResult。
- 属性