次の方法で共有


MapsSearchClient.GetPointOfInterestCategoryTree メソッド

定義

POI カテゴリ ツリー API を取得します。 POI Category API は、サポートされている目的地 (POI) カテゴリとサブカテゴリの完全な一覧を、翻訳とシノニムと共に提供します。 返されたコンテンツを使用すると、検索 POI の取得など、他の Search Service API を通じてより意味のある結果を提供できます。

public virtual Azure.Response<Azure.Maps.Search.Models.PointOfInterestCategoryTreeResult> GetPointOfInterestCategoryTree (Azure.Maps.Search.SearchLanguage? language = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPointOfInterestCategoryTree : Nullable<Azure.Maps.Search.SearchLanguage> * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Search.Models.PointOfInterestCategoryTreeResult>
override this.GetPointOfInterestCategoryTree : Nullable<Azure.Maps.Search.SearchLanguage> * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Search.Models.PointOfInterestCategoryTreeResult>
Public Overridable Function GetPointOfInterestCategoryTree (Optional language As Nullable(Of SearchLanguage) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PointOfInterestCategoryTreeResult)

パラメーター

language
Nullable<SearchLanguage>

検索結果を返す言語。 NGT と NGT-Latn を除き、サポートされている IETF 言語タグのいずれかである必要があります。 言語タグでは大文字と小文字が区別されません。 指定した言語のデータが特定のフィールドで使用できない場合は、既定の言語 (英語) が使用されます。 詳細については、「 サポートされている言語 」を参照してください。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象