Partager via


MapsSearchClient.SearchNearbyPointOfInterest Méthode

Définition

API de recherche à proximité. Si vous avez un cas d’usage pour récupérer uniquement les résultats de POI autour d’un emplacement spécifique, la méthode de recherche à proximité peut être le bon choix. Ce point de terminaison renvoie uniquement les résultats de point d’intérêt et ne prend pas en compte un paramètre de requête de recherche.

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)

Paramètres

options
SearchNearbyPointOfInterestOptions

options supplémentaires

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Remarques

Recherche à proximité

S’applique à