public enum TransitModeFilter : UInt32, CaseIterable, Codable

Filtering mode for public transit.

  • Route can have only the specified modes.

    Declaration

    Swift

    case include
  • Route can have any mode mode except the specified.

    Declaration

    Swift

    case exclude