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.
-
Consider all available traffic information during routing.
Declaration
Swift
case yes
-
Ignore current traffic data during routing.
Note
This value is not supported with the Orbis map when chargingOptions are set inRoutePlanningOptions
.Declaration
Swift
case no