/AWS1/CL_GERISOLINESIDEOFSTR00¶
Controls how points are matched to specific sides of streets. This is important when the side of the street matters for accessibility - for example, when building entrances or parking lot access points can only be reached from one side of a divided road.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_GERPOSITION_W=>TT_POSITION TT_POSITION¶
The
[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.
Optional arguments:¶
iv_usewith TYPE /AWS1/GERSIDEOFSTREETMATCHIN00 /AWS1/GERSIDEOFSTREETMATCHIN00¶
Controls whether side-of-street matching is applied to any street (
AnyStreet) or only to divided roads (DividedStreetOnly). This is important when the exact side of the street matters - for example, if a building entrance is only accessible from one side of a divided highway, or if a parking lot can only be entered from northbound lanes. Without correct side-of-street matching, travel time estimates may be inaccurate because they don't account for necessary U-turns or detours to reach the correct side.Default value:
DividedStreetOnly
Queryable Attributes¶
Position¶
The
[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITION() |
Getter for POSITION, with configurable default |
ASK_POSITION() |
Getter for POSITION w/ exceptions if field has no value |
HAS_POSITION() |
Determine if POSITION has a value |
UseWith¶
Controls whether side-of-street matching is applied to any street (
AnyStreet) or only to divided roads (DividedStreetOnly). This is important when the exact side of the street matters - for example, if a building entrance is only accessible from one side of a divided highway, or if a parking lot can only be entered from northbound lanes. Without correct side-of-street matching, travel time estimates may be inaccurate because they don't account for necessary U-turns or detours to reach the correct side.Default value:
DividedStreetOnly
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEWITH() |
Getter for USEWITH, with configurable default |
ASK_USEWITH() |
Getter for USEWITH w/ exceptions if field has no value |
HAS_USEWITH() |
Determine if USEWITH has a value |