Helper class for lane information notified by NavigationListener#laneInfoReceived(String, String, String) It generates a list of structured LaneObjects from the string representation of the sdk callbacks
◆ LaneInfoHelper()
| LaneInfoHelper |
( |
String |
allArrows, |
|
|
String |
dividers, |
|
|
String |
relevantArrows |
|
) |
| |
- Parameters
-
| allArrows | - string from sdk callback describing lane arrows |
| dividers | - string from sdk callback describing lane diiders |
| relevantArrows | - string from sdk callback describing arrows |
◆ getAllArrows()
- Returns
- String description of all arrows
◆ getDividers()
- Returns
- String description of the dividers
◆ getLaneObjects()
- Returns
- LaneObject list created from the parsed String representations
◆ getRelevantArrows()
| String getRelevantArrows |
( |
| ) |
|
- Returns
- String decscription of relevant arrows
◆ isEmpty()
- Returns
- true if no lane info is there
The documentation for this class was generated from the following file: