VehicleParking Object
Vehicle parking represents a location where bicycles or cars can be parked.
Fields
#
anyCarPlaces
Does this vehicle parking have spaces (capacity) for either wheelchair accessible (disabled) or normal cars.
carPlaces
Does this vehicle parking have spaces (capacity) for cars excluding wheelchair accessible spaces. Use anyCarPlaces to check if any type of car may use this vehicle parking.
id
Global object ID provided by Relay. This value can be used to refetch this object using node query.
state
The state of this vehicle parking. Only ones in an OPERATIONAL state may be used for Park and Ride.
tags
Source specific tags of the vehicle parking, which describe the available features. For example park_and_ride, bike_lockers, or static_osm_data.
wheelchairAccessibleCarPlaces
Does this vehicle parking have wheelchair accessible (disabled) car spaces (capacity).
Interfaces
#
Also implements Node , PlaceInterface .
Usages
#
References
#
- Field vehicleParking from Place
- Field vehicleParking from QueryType
- Field vehicleParkings from QueryType
Unknown
VehicleParkingInput