TransitDockInfoResponse interface

This object is returned from a successful Transit Dock Info call.

Properties

availableVehicles

Number of available bikes / scooters in the given bike or scooter docking station.

lastUpdated

When the vacancy and availability information was last updated.

operatorInfo

Details of the share operator. Id is always returned. Level of other returned details depends on the operator.

position

The dock's position.

vacantLocations

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

The dock's position.

position?: Coordinate

Property Value

vacantLocations

Number of vacant dock locations in the given bike or scooter docking station.

vacantLocations?: number

Property Value

number