Partager via


MapsSearchClient.SearchPointOfInterestCategoryAsync Méthode

Définition

Obtenir un POINT d’identification par API de catégorie. La recherche de catégories de points d’intérêt (POI) vous permet de demander des résultats poI à partir d’une catégorie donnée. La recherche permet d’interroger des POI d’une catégorie à la fois. Le point de terminaison retourne uniquement les résultats poI qui sont classés comme spécifiés. La réponse inclut des détails de POI tels que l’adresse, une paire de coordonnées d’emplacement et la classification.

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))

Paramètres

options
SearchPointOfInterestCategoryOptions

options supplémentaires

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Remarques

Obtenir des POI par catégorie

S’applique à