MapsSearchModelFactory.GeocodingBatchResponseItem 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 GeocodingBatchResponseItem.
public static Azure.Maps.Search.Models.GeocodingBatchResponseItem GeocodingBatchResponseItem (string optionalId = default, Azure.Maps.Search.Models.FeatureCollectionEnum? type = default, System.Collections.Generic.IEnumerable<Azure.Maps.Search.Models.FeaturesItem> features = default, string nextLink = default, Azure.Maps.Search.Models.ErrorDetail error = default);
static member GeocodingBatchResponseItem : string * Nullable<Azure.Maps.Search.Models.FeatureCollectionEnum> * seq<Azure.Maps.Search.Models.FeaturesItem> * string * Azure.Maps.Search.Models.ErrorDetail -> Azure.Maps.Search.Models.GeocodingBatchResponseItem
Public Shared Function GeocodingBatchResponseItem (Optional optionalId As String = Nothing, Optional type As Nullable(Of FeatureCollectionEnum) = Nothing, Optional features As IEnumerable(Of FeaturesItem) = Nothing, Optional nextLink As String = Nothing, Optional error As ErrorDetail = Nothing) As GeocodingBatchResponseItem
Parameters
- optionalId
- String
id of the batchItem which would be the same as the id in the request.
The type of a FeatureCollection object must be FeatureCollection.
- features
- IEnumerable<FeaturesItem>
- nextLink
- String
The is the link to the next page of the features returned. If it's the last page, no this field.
- error
- ErrorDetail
The error detail.
Returns
A new GeocodingBatchResponseItem instance for mocking.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET