Show / Hide Table of Contents

Class ForwardGeocodeResponse

Forward geocode response.

Inheritance
System.Object
GeocodeResponse
ForwardGeocodeResponse
Inherited Members
GeocodeResponse.Type
GeocodeResponse.Features
GeocodeResponse.Attribution
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.

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