Show / Hide Table of Contents

Class Intersection

An Intersection from a Directions API call.

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

Properties

Bearings

Gets or sets the bearings.

Declaration
public List<int> Bearings { get; set; }
Property Value
Type Description
List<System.Int32>

The bearings.

Entry

Gets or sets the entry.

Declaration
public List<bool> Entry { get; set; }
Property Value
Type Description
List<System.Boolean>

The entry.

In

Gets or sets the in.

Declaration
public int ? In { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

The in.

Location

Gets or sets the location.

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

The location.

Out

Gets or sets the out.

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

The out.

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