Members
- 
			
id :String
 - 
	
Description
Unique ID that identifies a route
Details
 - 
			
shortName :string
 - 
	
Description
The short name of a route
Details
 - 
			
longName :string
 - 
	
Description
The full name of a route
Details
 - 
			
type :int
 - 
	
Description
The type of transportation used on a route
Details
 - 
			
agency :Agency
 - 
	
Description
The parent Agency of the route
Details
 - 
			
description :string
 - 
	
Description
Description of the Route
Details
 - 
			
url :string
 - 
	
Description
Route website URL
Details
 - 
			
color :string
 - 
	
Description
The color that corresponds to the route and represented as a six-figure hexadecimal number (without the leading '#')
Details
 - 
			
textColor :string
 - 
	
Description
The text color that corresponds to the route's color as a six-figure hexadecimal number (without the leading '#')
Details
 - 
			
sortOrder :int
 - 
	
Description
Field used for sorting the display of Routes
Details
 
Methods
- 
			
<static> sortByName( a, b ) → {number}