次の方法で共有


MapsSearchClient.SearchNearbyPointOfInterest メソッド

定義

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

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

パラメーター

options
SearchNearbyPointOfInterestOptions

その他のオプション

cancellationToken
CancellationToken

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

戻り値

注釈

近くの検索

適用対象