TransitDockInfoResponse interface
This object is returned from a successful Transit Dock Info call.
Properties
| available |
Number of available bikes / scooters in the given bike or scooter docking station. |
| last |
When the vacancy and availability information was last updated. |
| operator |
Details of the share operator. Id is always returned. Level of other returned details depends on the operator. |
| position | The dock's position. |
| vacant |
Number of vacant dock locations in the given bike or scooter docking station. |
Property Details
availableVehicles
Number of available bikes / scooters in the given bike or scooter docking station.
availableVehicles?: number
Property Value
number
lastUpdated
When the vacancy and availability information was last updated.
lastUpdated?: Date
Property Value
Date
operatorInfo
Details of the share operator. Id is always returned. Level of other returned details depends on the operator.
operatorInfo?: OperatorInfo
Property Value
position
vacantLocations
Number of vacant dock locations in the given bike or scooter docking station.
vacantLocations?: number
Property Value
number