Class GeocodeResponse
Base geocode response.
Namespace:Mapbox.Geocoding
Assembly:Mapbox.Geocoding.dll
Syntax
public abstract class GeocodeResponse : object
Properties
Attribution
Gets or sets the attribution.
Declaration
public string Attribution { get; set; }
Property Value
Type | Description |
---|---|
System.String | The attribution. |
Features
Gets or sets the features.
Declaration
public List<Feature> Features { get; set; }
Property Value
Type | Description |
---|---|
List<Feature> | The features. |
Type
Gets or sets the type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |