MapsSearchModelFactory.GeocodingBatchResponse 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.
Initializes a new instance of GeocodingBatchResponse.
public static Azure.Maps.Search.Models.GeocodingBatchResponse GeocodingBatchResponse (Azure.Maps.Search.Models.GeocodingBatchResponseSummary summary = default, System.Collections.Generic.IEnumerable<Azure.Maps.Search.Models.GeocodingBatchResponseItem> batchItems = default, string nextLink = default);
static member GeocodingBatchResponse : Azure.Maps.Search.Models.GeocodingBatchResponseSummary * seq<Azure.Maps.Search.Models.GeocodingBatchResponseItem> * string -> Azure.Maps.Search.Models.GeocodingBatchResponse
Public Shared Function GeocodingBatchResponse (Optional summary As GeocodingBatchResponseSummary = Nothing, Optional batchItems As IEnumerable(Of GeocodingBatchResponseItem) = Nothing, Optional nextLink As String = Nothing) As GeocodingBatchResponse
Parameters
- summary
- GeocodingBatchResponseSummary
Summary for the batch request.
- batchItems
- IEnumerable<GeocodingBatchResponseItem>
Array containing the batch results.
- nextLink
- String
The is the link to the next page of the features returned. If it's the last page, no this field.
Returns
A new GeocodingBatchResponse instance for mocking.
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