Show / Hide Table of Contents

Class Waypoint

A Waypoint from a Directions API call.

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

Properties

Location

Gets or sets the location.

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

The location.

Name

Gets or sets the name.

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

The name.

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