Show / Hide Table of Contents

Class DirectionsResponse

Directions response.

Inheritance
System.Object
DirectionsResponse
Namespace:Mapbox.Directions
Assembly:Mapbox.Directions.dll
Syntax
public class DirectionsResponse : object

Properties

Code

Gets or sets the code.

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String

The code.

Routes

Gets or sets the routes.

Declaration
public List<Route> Routes { get; set; }
Property Value
Type Description
List<Route>

The routes.

Waypoints

Gets or sets the waypoints.

Declaration
public List<Waypoint> Waypoints { get; set; }
Property Value
Type Description
List<Waypoint>

The waypoints.

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