Magidoc

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.

availability

The currently available spaces at this vehicle parking.

bicyclePlaces

Does this vehicle parking have spaces (capacity) for bicycles.

capacity

The capacity (maximum available spaces) of this vehicle parking.

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.

detailsUrl

URL which contains details of this vehicle parking.

id

ID !
Non-null

Global object ID provided by Relay. This value can be used to refetch this object using node query.

imageUrl

URL of an image which may be displayed to the user showing the vehicle parking.

lat

Latitude of the bike park (WGS 84)

lon

Longitude of the bike park (WGS 84)

name

Non-null

Name of the park

note

A short translatable note containing details of this vehicle parking.

openingHours

Opening hours of the parking facility

realtime

If true, value of spacesAvailable is updated from a real-time source.

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.

vehicleParkingId

ID of the park

wheelchairAccessibleCarPlaces

Does this vehicle parking have wheelchair accessible (disabled) car spaces (capacity).

Interfaces

#

Also implements Node , PlaceInterface .

Usages

#

References

#

  • Field vehicleParking from Place