/AWS1/CL_GERISOLINEALLOWOPTS¶
Special road types or features that should be considered available for routing. For example, this attribute can be used to allow the use of HOV (high-occupancy vehicle) or HOT (high-occupancy toll) lanes, even if they would otherwise not be.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_hot TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN¶
When true, allows the use of HOT (high-occupancy toll) lanes, which may affect travel times and reachable areas.
Default value:
false
iv_hov TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN¶
When true, allows the use of HOV (high-occupancy vehicle) lanes, which may affect travel times and reachable areas.
Default value:
false
Queryable Attributes¶
Hot¶
When true, allows the use of HOT (high-occupancy toll) lanes, which may affect travel times and reachable areas.
Default value:
false
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOT() |
Getter for HOT, with configurable default |
ASK_HOT() |
Getter for HOT w/ exceptions if field has no value |
HAS_HOT() |
Determine if HOT has a value |
Hov¶
When true, allows the use of HOV (high-occupancy vehicle) lanes, which may affect travel times and reachable areas.
Default value:
false
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOV() |
Getter for HOV, with configurable default |
ASK_HOV() |
Getter for HOV w/ exceptions if field has no value |
HAS_HOV() |
Determine if HOV has a value |