Show / Hide Table of Contents

Class Maneuver

A Maneuver from a directions API call.

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

Properties

BearingAfter

Gets or sets the bearing after.

Declaration
public int BearingAfter { get; set; }
Property Value
Type Description
System.Int32

The bearing after.

BearingBefore

Gets or sets the bearing before.

Declaration
public int BearingBefore { get; set; }
Property Value
Type Description
System.Int32

The bearing before.

Instruction

Gets or sets the instruction.

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

The instruction.

Location

Gets or sets the location.

Declaration
public Vector2d Location { get; set; }
Property Value
Type Description
Vector2d

The location.

Modifier

Gets or sets the modifier.

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

The modifier.

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