次の方法で共有


MapsSearchClient.SearchNearbyPointOfInterestAsync メソッド

定義

近くの検索 API。 特定の場所に関する POI 結果のみを取得するユース ケースがある場合は、近くの検索方法が適している可能性があります。 このエンドポイントでは POI の結果のみが返され、検索クエリ パラメーターは使用されません。

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

パラメーター

options
SearchNearbyPointOfInterestOptions

その他のオプション

cancellationToken
CancellationToken

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

戻り値

注釈

近くの検索

適用対象