Members
-
lat :number
-
Description
The most recent vehicle latitude
Details
-
lon :number
-
Description
The most recent vehicle longitude
Details
-
description :string
-
Description
The description of the Vehicle's position
Details
-
updated :DateTime
-
Description
The Date/Time of when the position was last updated
Details
-
bearing :number
-
Description
The most recent vehicle bearing
Details
-
speed :number
-
Description
The most recent vehicle speed, in m/s
Details
-
status :VehicleFeedPosition.VehicleStatus
-
Description
The current status of the vehicle
Details
-
stop :Stop
-
Description
The Stop referenced by the status
Details
-
<static, readonly> VehicleStatus :string
-
Description
The current vehicle status
Properties
Name Type Default Description IN_TRANSIT_TO
string IN_TRANSIT_TO The vehicle is in transit to the referenced Stop
INCOMING_AT
string INCOMING_AT The vehicle is approaching the referenced Stop
STOPPED_AT
string STOPPED_AT The vehicle is stopped at the referenced Stop
Details