ParkingAvailabilityTrend

public enum ParkingAvailabilityTrend

Prediction on available parking availability.

  • The number of available parking spots is oughly unchanged.

    Declaration

    Swift

    case `static`
  • The number of available parking spots is decreasing.

    Declaration

    Swift

    case fillingUp
  • The number of available parking spots is increasing.

    Declaration

    Swift

    case emptying