Show / Hide Table of Contents

Class ShortcutSpecs

Represents shortcut specifications.

Inheritance
System.Object
ShortcutSpecs
Inherited Members
System.Object.ToString()
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 ShortcutSpecs

Properties

Locations

Gets or sets the locations.

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

LocationsMeta

Gets or sets the location meta-data.

Declaration
public IAttributeCollection[] LocationsMeta { get; set; }
Property Value
IAttributeCollection[]

MaxShortcutDuration

Gets or sets the max shortcut duration.

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

MinTravelTime

The minimum travel time. Below this no shortcuts will be added.

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

Name

Gets or sets the name.

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

Profile

Gets or sets the shortcut profile.

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

TransferTime

Gets or sets the time to start/stop a shortcut. For bike sharing system a measure on the time it takes to rent/leave bikes.

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

TransitionProfiles

Gets or sets the transition profiles, the profiles that can be transferred to/from.

Declaration
public Profile[] TransitionProfiles { get; set; }
Property Value
Profile[]

Back to top Built by Itinero, MIT licensed.