We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Helbiz free_bike_status, the current_range_meters seem in kilometers instead of meters Documentation (https://github.com/MobilityData/gbfs/blob/master/gbfs.md#vehicle_statusjson) said
free_bike_status
current_range_meters
This value represents the furthest distance in meters that the vehicle can travel with the vehicle's current charge [...]
See https://gbfs.helbiz.com/v2.2/rome/free_bike_status.json
{ "bike_id": "867584033465480", "lat": 41.837751, "lon": 12.454576, "is_reserved": false, "is_disabled": true, "vehicle_type_id": "scooter", "rental_uris": { "android": "https://deeplink.helbiz.com/startRide?code=A0U7", "ios": "https://deeplink.helbiz.com/startRide?code=A0U7" }, "last_reported": 1677070734, "current_range_meters": 9.45, "pricing_plan_id": "price_scooter" }
current_range_meters must be 9450
9450
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Helbiz
free_bike_status
, thecurrent_range_meters
seem in kilometers instead of metersDocumentation (https://github.com/MobilityData/gbfs/blob/master/gbfs.md#vehicle_statusjson) said
See https://gbfs.helbiz.com/v2.2/rome/free_bike_status.json
current_range_meters
must be9450
The text was updated successfully, but these errors were encountered: