Communicate availability in carsharing #825
-
|
Hi, We implemented a GBFS feed for our carshing service in France (Citiz), but are unsure about the use of Our vehicles are assigned to stations, they can be booked in advance and the duration of the rental can be chosen by our clients. In our GBFS implementation of the The Is that the way those attributes should be used ? Is there a way to indicate when a rented vehicle will be again available ? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The latest rease candidate : Version 3.1-RC2 adds additional features in the new vehicle_avialability.json endpoint |
Beta Was this translation helpful? Give feedback.
is_reservedis used to indicate that a parked vehicle is unavailable for use because of a pending reservation. For example, someone has reserved a vehicle for rental but has not picked it up yet. These are not vehicles that are currently part of an active rental. To protect user privacy, vehicles in active rental should never appear in the feed. This feature originated in bike sharing so it may be less applicable to car sharing. Some bike sharing systems allows users to remotely reserve …