ParkingRestriction
public enum ParkingRestriction : CaseIterable
Parking restrictions for a charging point.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reserved parking spot for electric vehicles.
Declaration
Swift
case evOnly
-
Parking is only allowed while plugged in (charging).
Declaration
Swift
case pluggedOnly
-
Reserved parking spot for disabled people.
Declaration
Swift
case disabledPeopleOnly
-
Parking spot for customers/guests only, for example in case of a hotel or shop.
Declaration
Swift
case customersOnly
-
Parking spot only suitable for (electric) motorcycles or scooters.
Declaration
Swift
case motorcyclesOnly