Show / Hide Table of Contents

Class Route

Represents a route.

Inheritance
System.Object
Route
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Route : IXmlSerializable, IEnumerable<RoutePosition>

Properties

Attributes

Gets or sets the attributes.

Declaration
public IAttributeCollection Attributes { get; set; }
Property Value
IAttributeCollection

Branches

Gets or sets the branches.

Declaration
public Route.Branch[] Branches { get; set; }
Property Value
Route.Branch[]

Profile

Gets or sets the profile.

Declaration
public string Profile { get; set; }
Property Value
System.String

Shape

Gets or sets the shape.

Declaration
public Coordinate[] Shape { get; set; }
Property Value
Coordinate[]

ShapeMeta

Gets or sets the meta data.

Declaration
public Route.Meta[] ShapeMeta { get; set; }
Property Value
Route.Meta[]

Stops

Gets or sets the stops.

Declaration
public Route.Stop[] Stops { get; set; }
Property Value
Route.Stop[]

TotalDistance

The distance in meter.

Declaration
public float TotalDistance { get; set; }
Property Value
System.Single

TotalTime

The time in seconds.

Declaration
public float TotalTime { get; set; }
Property Value
System.Single

Methods

GetEnumerator()

Gets the enumerator.

Declaration
public IEnumerator<RoutePosition> GetEnumerator()
Returns
IEnumerator<RoutePosition>

Back to top Built by Itinero, MIT licensed.