Show / Hide Table of Contents

Class GeocodeResponse

Base geocode response.

Inheritance
System.Object
GeocodeResponse
ForwardGeocodeResponse
ReverseGeocodeResponse
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.

Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX