MapsSearchClient.GetGeocodingBatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual Azure.Response<Azure.Maps.Search.Models.GeocodingBatchResponse> GetGeocodingBatch (System.Collections.Generic.IEnumerable<Azure.Maps.Search.Models.GeocodingQuery> queries, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGeocodingBatch : seq<Azure.Maps.Search.Models.GeocodingQuery> * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Search.Models.GeocodingBatchResponse>
override this.GetGeocodingBatch : seq<Azure.Maps.Search.Models.GeocodingQuery> * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Search.Models.GeocodingBatchResponse>
Public Overridable Function GetGeocodingBatch (queries As IEnumerable(Of GeocodingQuery), Optional cancellationToken As CancellationToken = Nothing) As Response(Of GeocodingBatchResponse)
Parameters
- queries
- IEnumerable<GeocodingQuery>
The list of address geocoding queries/requests to process. The list can contain a max of 100 queries and must contain at least 1 query.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
queries
is empty.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET