/AWS1/CL_GERISOLINETRAFFICOPTS¶
Controls how real-time and historical traffic data is used when calculating reachable areas. This affects both the size and shape of isolines by accounting for expected travel speeds based on congestion patterns.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_floweventthreshoverride TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
The duration in seconds that real-time congestion data is considered valid before reverting to historical traffic patterns. This helps balance between using current conditions and more predictable historical data when calculating travel times.
Unit:
seconds
iv_usage TYPE /AWS1/GERTRAFFICUSAGE /AWS1/GERTRAFFICUSAGE¶
Controls whether traffic data is used in calculations.
UseTrafficDataconsiders both real-time congestion and historical patterns, whileIgnoreTrafficDatacalculates routes based solely on road types and speed limits. Using traffic data provides more accurate real-world estimates but may produce different results at different times of day.Default value:
UseTrafficData
Queryable Attributes¶
FlowEventThresholdOverride¶
The duration in seconds that real-time congestion data is considered valid before reverting to historical traffic patterns. This helps balance between using current conditions and more predictable historical data when calculating travel times.
Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWEVENTTHRESHOVERRIDE() |
Getter for FLOWEVENTTHRESHOLDOVERRIDE |
Usage¶
Controls whether traffic data is used in calculations.
UseTrafficDataconsiders both real-time congestion and historical patterns, whileIgnoreTrafficDatacalculates routes based solely on road types and speed limits. Using traffic data provides more accurate real-world estimates but may produce different results at different times of day.Default value:
UseTrafficData
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USAGE() |
Getter for USAGE, with configurable default |
ASK_USAGE() |
Getter for USAGE w/ exceptions if field has no value |
HAS_USAGE() |
Determine if USAGE has a value |