Magidoc

CarPark
Object

Car park represents a location where cars can be parked.

Fields

#

carParkId

ID of the car park

id

ID !
Non-null

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

lat

Latitude of the car park (WGS 84)

lon

Longitude of the car park (WGS 84)

maxCapacity

Number of parking spaces at the car park

name

Non-null

Name of the car park

openingHours

Opening hours for the selected dates using the local time of the park. Each date can have multiple time spans.

realtime

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

spacesAvailable

Number of currently available parking spaces at the car park

tags

Source specific tags of the car park, which describe the available features.

Interfaces

#

Also implements Node , PlaceInterface .

Usages

#

References

#