Zone Behavior
In which rider zones can rides be started?
Rides can be started in any zone where the ride_allowed
rule is set to true
.
In which rider zones can rides be ended?
Rides can be ended in different zones depending on the Region configuration.
Whenever there is designated parking (meaning that the main Region zone has
the station_parking
rule set to true
), rides can only be ended in a Parking
spot with available capacity (this can be obtained via the
/station_information.json
endpoint).
When there is no designated parking, any zone where both the ride_allowed
and
ride_allowed
rules are set to true
allows for ending a ride.