Members
- 
			id :string
- 
	DescriptionThe unique ID representing the Stop Details
- 
			name :string
- 
	DescriptionThe name of the Stop Details
- 
			lat :number
- 
	DescriptionThe latitude of the Stop (WGS 84) Details
- 
			lon :number
- 
	DescriptionThe longitude of the Stop (WGS 84) Details
- 
			code :string
- 
	DescriptionStop Code - short text or number that can publicly be used to identify the Stop Details
- 
			description :string
- 
	DescriptionA description of the Stop Details
- 
			zoneId :string
- 
	DescriptionThe fare zone of the Stop (used by the fare rules table) Details
- 
			url :string
- 
	DescriptionThe fully-qualified, escaped URL of the Stop's web page Details
- 
			locationType :int
- 
	DescriptionStop location type (stop, station, or station entrance/exit) Details
- 
			parentStation :string
- 
	DescriptionStop ID of Parent Station Details
- 
			timezone :string
- 
	DescriptionThe timezone code for the Stop Details
- 
			wheelchairBoarding :Number
- 
	DescriptionValue indicating whether wheelchair boardings are possible for the Stop Details
- 
			statusId :string
- 
	DescriptionThe Stop's ID used for real-time status information Details
- 
			transferWeight :Number
- 
	DescriptionA value indicating the Stop's likely transfer-availability. A Stop with a higher transfer weight will likely be more suitable as a transfer Stop than one with a lower transfer weight. Details
- 
			distance :undefined|number
- 
	DescriptionThe distance (in miles) from the location set by setDistance() Details
Methods
- 
			setDistance( lat, lon )
- 
	DescriptionSet the Stop's distance property to the distance from the specified location. ParametersName Type Description latnumber Location's latitude (decimal degrees) lonnumber Location's longitude (decimal degrees) Details
- 
			<static> sortById( a, b ) → {number}
- 
			<static> sortByName( a, b ) → {number}
- 
			<static> sortByTransferWeight( a, b ) → {number}
- 
			<static> sortByDistance( a, b ) → {number}