ZoneCategory

public enum ZoneCategory : UInt32, CaseIterable, Codable

Identifies categories of zones which routes avoid going through when used in AvoidanceOptions.

  • A zone defined by environmental criteria. This type of zones comprises zones like Low Emission Zones (LEZ), German Umweltzones or Italian (E)ZTLs.

    Declaration

    Swift

    case environmental
  • Vignette roads, which are found in some European countries. This type of zones works based on payment for a fixed time period.

    Declaration

    Swift

    case vignette
  • A zone that consists of roads usually in the city centers, airports, bridges, or busy areas. It’s used to mitigate traffic congestion by charging a higher pricing in rush hours.

    Declaration

    Swift

    case congestionPricing