Udostępnij za pośrednictwem


MapsSearchModelFactory.GeocodingBatchResponse Method

Definition

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