ConsiderTraffic

public enum ConsiderTraffic

Determines if traffic information should be considered during routing. For example, traffic is not supposed to be used for walking routes.

  • yes

    Consider all available traffic information during routing.

    Declaration

    Swift

    case yes
  • no

    Ignore current traffic data during routing.

    Note

    This value is not supported with the Orbis map when chargingOptions are set in RoutePlanningOptions.

    Declaration

    Swift

    case no