Station
A station
Fields
Name | Type | Description |
|---|---|---|
| availableVehicles | Int | Number of available vehicles |
| availableStands | Int | Number of available free stands |
| totalStands | Int | Total of stands |
| isVirtual | Boolean | Virtual station are not specific stand for this provider. Could be a simple bikes stand or just a zone |
| virtualRadius | Int | Radius of the virtual station. In meters. |
| stationName | String | A public name of the station. |
| vehicles | [VehicleInStation] | The list of vehicles in the station |
| stationVehicleDetails | [StationVehicleKind] | The list of kind of vehicles in the station |