EffectCode

public enum EffectCode : String

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Value representing normal traffic flow.

    Declaration

    Swift

    case freeTraffic
  • Value representing heavy traffic with slightly reduced traffic flow.

    Declaration

    Swift

    case heavyTraffic
  • Value representing slow traffic flow.

    Declaration

    Swift

    case slowTraffic
  • Value representing queuing traffic including some stop&go.

    Declaration

    Swift

    case queuingTraffic
  • Value representing mostly stationary traffic.

    Declaration

    Swift

    case stationaryTraffic
  • Value representing there is no traffic possible (i.e. a closed road).

    Declaration

    Swift

    case noTrafficPossible