ParkingControlModel
Model of the parking lots control.
This interface is thread-safe.
Extends:
Hashable
public static func == (lhs: ParkingControlModel, rhs: ParkingControlModel) -> Bool
Returns a Boolean value indicating whether two values are equal.
This documentation comment was inherited from .
public convenience init(
map: Map
)
Function to create a model for the parking lots control.
Parameters
map
Map
Map.
Methods
Properties
StatefulChannel<Bool>
State of the parking lots visibility control. true if parking lots are visible.
State of the parking lots visibility control. true if parking lots are visible.