TrafficRuleChangeMethod

public enum TrafficRuleChangeMethod : String

Traffic rules change method @since 16.0

  • Update an existing traffic rule, or add a new one if it doesn’t exist

    • @since 16.0

    Declaration

    Swift

    case update
  • Replace an existing traffic rule, or add a new one if it doesn’t exist

    • @since 16.0

    Declaration

    Swift

    case replace
  • Remove an existing traffic rule

    • @since 16.0

    Declaration

    Swift

    case remove