Show / Hide Table of Contents

Class Route.Stop

Represents a stop.

Inheritance
System.Object
Route.Stop
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Stop

Properties

Attributes

Gets or sets the attributes.

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

Coordinate

Gets or sets the coordinates.

Declaration
public Coordinate Coordinate { get; set; }
Property Value
Coordinate

Distance

The distance in meter.

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

Shape

Gets or sets the shape index.

Declaration
public int Shape { get; set; }
Property Value
System.Int32

Time

The time in seconds.

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

Methods

Clone()

Creates a clone of this object.

Declaration
public Route.Stop Clone()
Returns
Route.Stop

ToString()

Returns a description of this stop.

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()
Back to top Built by Itinero, MIT licensed.