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
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