MapsSearchModelFactory.GeocodingResponse 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 GeocodingResponse.
public static Azure.Maps.Search.Models.GeocodingResponse GeocodingResponse (Azure.Maps.Search.Models.FeatureCollectionEnum? type = default, System.Collections.Generic.IEnumerable<Azure.Maps.Search.Models.FeaturesItem> features = default, string nextLink = default);
static member GeocodingResponse : Nullable<Azure.Maps.Search.Models.FeatureCollectionEnum> * seq<Azure.Maps.Search.Models.FeaturesItem> * string -> Azure.Maps.Search.Models.GeocodingResponse
Public Shared Function GeocodingResponse (Optional type As Nullable(Of FeatureCollectionEnum) = Nothing, Optional features As IEnumerable(Of FeaturesItem) = Nothing, Optional nextLink As String = Nothing) As GeocodingResponse
Parameters
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.
Returns
A new GeocodingResponse instance for mocking.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET