Class ForwardGeocodeResponse
Forward geocode response.
Namespace:Mapbox.Geocoding
Assembly:Mapbox.Geocoding.dll
Syntax
public class ForwardGeocodeResponse : GeocodeResponse
Properties
Query
Gets or sets the query.
Declaration
public List<string> Query { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> | The query. |