zaragoza-bizi-stations
Find nearby Bizi bicycle rental stations in Zaragoza using latitude and longitude coordinates. Access real-time station details for convenient cycling options.
Instructions
Get all Bizi stations in Zaragoza, the bicycle rental public service
Input Schema
Name | Required | Description | Default |
---|---|---|---|
latitude | Yes | ||
longitude | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
}