次の方法で共有


MapsSearchClient.SearchPointOfInterestCategoryAsync メソッド

定義

カテゴリ API で POI を取得します。 ポイントオブインタレスト(POI)カテゴリ検索では、特定のカテゴリからPOIの結果を要求することができます。 検索では、一度に 1 つのカテゴリから POI に対してクエリを実行できます。 エンドポイントは、指定に分類された POI 結果のみを返します。 応答には、住所、座標の位置と分類のペアなどの POI の詳細が含まれます。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Maps.Search.Models.SearchAddressResult>> SearchPointOfInterestCategoryAsync (Azure.Maps.Search.SearchPointOfInterestCategoryOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SearchPointOfInterestCategoryAsync : Azure.Maps.Search.SearchPointOfInterestCategoryOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.Search.Models.SearchAddressResult>>
override this.SearchPointOfInterestCategoryAsync : Azure.Maps.Search.SearchPointOfInterestCategoryOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.Search.Models.SearchAddressResult>>
Public Overridable Function SearchPointOfInterestCategoryAsync (Optional options As SearchPointOfInterestCategoryOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SearchAddressResult))

パラメーター

options
SearchPointOfInterestCategoryOptions

その他のオプション

cancellationToken
CancellationToken

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

戻り値

注釈

カテゴリ別に POI を取得する

適用対象