Class Directions
- Namespace
- Geotab.Checkmate.ObjectModel.Geographical
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class Directions
- Inheritance
-
Directions
- Inherited Members
Constructors
Directions()
Initializes a new instance of the Directions class.
public Directions()
Directions(IEnumerable<Leg>?)
Initializes a new instance of the Directions class.
public Directions(IEnumerable<Leg>? legs)
Parameters
legs
IEnumerable<Leg>The legs.
Properties
Legs
Gets or sets the sequence of Legs for these Directions.
public IEnumerable<Leg>? Legs { get; set; }
Property Value
- IEnumerable<Leg>
The List<T>s.